A memory allocator that allocates from a heap. More...
#include <csutil/memheap.h>
List of all members.
A memory allocator that allocates from a heap.
The HeapPtr template argument must be a type that can be converted to Heap*.
HeapPtr
Definition at line 187 of file memheap.h.