Module malloc_
allocator
mmtk
0.30.0-5f48a8a8c263225723b82ecc31962b89c0b4dbad
Module malloc_
allocator
Module Items
Structs
In mmtk::
util::
alloc
Modules
allocator
allocators
bumpallocator
embedded_meta_data
free_list_allocator
immix_allocator
large_object_allocator
malloc_allocator
markcompact_allocator
Structs
BumpAllocator
BumpPointer
LargeObjectAllocator
MallocAllocator
MarkCompactAllocator
Enums
AllocationError
AllocatorInfo
AllocatorSelector
Traits
Allocator
Functions
fill_alignment_gap
mmtk
::
util
::
alloc
Module
malloc_allocator
Copy item path
Settings
Help
Summary
source
Expand description
An alloactor backed by malloc
Structs
§
Malloc
Allocator
The allocator that internally uses malloc for all the allocation requests. This allocator is only intended for experimental uses.