#include <fixed_size_allocator.hpp>
Static Public Member Functions | |
static bool | contains (void *p_block) |
pointer ownership | |
Friends | |
class | FixedSizeAllocator |
forward |
Keeps track of all instantiated fixed size allocators
Definition at line 26 of file fixed_size_allocator.hpp.
bool FixedSizeAllocatorManager::contains | ( | void * | p_block | ) | [static] |
pointer ownership
Checks if the given pointer references a block from one of the known allocators.
p_block | pointer to check |
Definition at line 19 of file fixed_size_allocator.cxx.
Referenced by GCpp::GCBasePointer::fetch_state().