This website requires JavaScript.
Explore
Help
Sign In
motiejus
/
zig
Watch
1
Fork
0
You've already forked zig
Code
Releases
Activity
Files
2f3add4f301fb0fd6f72fb6d00a39342a2255c29
zig
/
lib
/
std
/
heap
History
Jacob Young
8f69e977f1
x86_64: implement 128-bit builtins
...
* `@clz` * `@ctz` * `@popCount` * `@byteSwap` * `@bitReverse` * various encodings used by std
2023-10-23 22:42:18 -04:00
..
arena_allocator.zig
std.heap.ArenaAllocator: fix doc comment typo
2023-10-15 21:20:48 +03:00
general_purpose_allocator.zig
x86_64: implement 128-bit builtins
2023-10-23 22:42:18 -04:00
log_to_writer_allocator.zig
all: migrate code to new cast builtin syntax
2023-06-24 16:56:39 -07:00
logging_allocator.zig
all: migrate code to new cast builtin syntax
2023-06-24 16:56:39 -07:00
memory_pool.zig
std: enable FailingAllocator to fail on resize
2023-09-06 19:06:32 +03:00
PageAllocator.zig
all: migrate code to new cast builtin syntax
2023-06-24 16:56:39 -07:00
sbrk_allocator.zig
std: add SbrkAllocator and use it for Plan 9
2023-08-02 17:39:52 -04:00
ThreadSafeAllocator.zig
all: migrate code to new cast builtin syntax
2023-06-24 16:56:39 -07:00
WasmAllocator.zig
all: migrate code to new cast builtin syntax
2023-06-24 16:56:39 -07:00
WasmPageAllocator.zig
all: migrate code to new cast builtin syntax
2023-06-24 16:56:39 -07:00