struct SlabMalloc
Defined at line 41 of file ../../zircon/system/ulib/fbl/include/fbl/slab_malloc.h
Public Methods
void * Allocate (size_t amt, size_t align)
TODO(johngro): Replace this implementation with a kernel implementation
which does not use the heap.
Defined at line 44 of file ../../zircon/system/ulib/fbl/include/fbl/slab_malloc.h
void Free (void * ptr)
Defined at line 46 of file ../../zircon/system/ulib/fbl/include/fbl/slab_malloc.h