Public
Types
| Name | Description |
|---|---|
| AllocInitType | |
| SimpleHeapAllocator | The SimpleHeapAllocator implements a simple heap allocator on top of an allocator function.... |
| TrackingAllocator | |
| OnStackAllocator | The OnStackAllocator is similar to the ArenaAllocator: it allocates from a chunk of memory... |
| AlignedBlock | |
| TempAllocator | |
| TempAllocatorPage | |
| VmemOptions | |
| WasmMemory | |
| OnStackAllocatorHeader | |
| Vmem | |
| DynamicArenaAllocator | The dynamic arena allocator is an arena allocator that can grow by adding additional arena "pages".... |
| Allocation | |
| TrackingEnv | |
| BackedArenaAllocator | The backed arena allocator provides an allocator that will allocate from a pre-allocated chunk of memory... |
| ArenaAllocator |
Functions
Globals
Private
Functions
| Name | Description |
|---|---|
| allocator::create_temp_allocator | |
| allocator::base_allocator | |
| allocator::create_temp_allocator_on_demand |
Globals
| Name | Description |
|---|---|
| temp_base_allocator | |
| thread_allocator | |
| LAZY_TEMP |