Class AllocationMap

Class Documentation

class AllocationMap

Public Functions

AllocationMap()
~AllocationMap()
void insert(void *ptr, AllocationRecord *record)
AllocationRecord *remove(void *ptr)
AllocationRecord *find(void *ptr) const
bool contains(void *ptr)
void reset()
void printAll() const