#include <container_allocation_table.h>
CATBase is the abstract class for all the allocation tables. These table keep track of where the traced vector (see traced_ector.h) are kept in memory. The goal is to know (given a pointer to a memory location), which is the vector the pointed element is in
Definition at line 51 of file container_allocation_table.h.