zig/lib/std/heap
Andrew Kelley 284de7d957 adjust runtime page size APIs
* fix merge conflicts
* rename the declarations
* reword documentation
* extract FixedBufferAllocator to separate file
* take advantage of locals
* remove the assertion about max alignment in Allocator API, leaving it
  Allocator implementation defined
* fix non-inline function call in start logic

The GeneralPurposeAllocator implementation is totally broken because it
uses global state but I didn't address that in this commit.
2025-02-06 14:23:23 -08:00
..
arena_allocator.zig add std.testing.random_seed 2024-07-23 11:43:12 -07:00
FixedBufferAllocator.zig adjust runtime page size APIs 2025-02-06 14:23:23 -08:00
general_purpose_allocator.zig adjust runtime page size APIs 2025-02-06 14:23:23 -08:00
log_to_writer_allocator.zig
logging_allocator.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
memory_pool.zig std.heap.memory_pool: make preheat() usable after init() 2025-01-28 00:06:54 +01:00
PageAllocator.zig adjust runtime page size APIs 2025-02-06 14:23:23 -08:00
sbrk_allocator.zig runtime page size detection 2025-02-06 14:23:23 -08:00
ThreadSafeAllocator.zig
WasmAllocator.zig delete std.heap.WasmPageAllocator 2025-01-29 21:10:20 -08:00