struct GlobalSlabAllocator
Defined at line 28 of file ../../zircon/kernel/lib/btree/include/lib/btree_util.h
Default allocator that provides nodes from a series of global slabs, one for each size class,
shared by all btrees.
Public Methods
void * allocate (size_t size_align)
void deallocate (size_t size_align, void * ptr)