Module allocators::freelist [] [src]

A Free List allocator.

Structs

FreeList

A FreeList allocator manages a list of free memory blocks of uniform size. Whenever a block is requested, it returns the first free block.