Adds a pointer to the list of allocated pointers.
void addAlloc(Pointer arg) { _allocated.add(arg); }