CppGC  1.01
GC::MemoryAllocator Member List
This is the complete list of members for GC::MemoryAllocator, including all inherited members.
_allocate(size_t size) (defined in GC::MemoryAllocator)GC::MemoryAllocator
_allowGC() (defined in GC::MemoryAllocator)GC::MemoryAllocator
_gc() (defined in GC::MemoryAllocator)GC::MemoryAllocator
_mark(Object *obj) (defined in GC::MemoryAllocator)GC::MemoryAllocator
_mark(Object **refs, size_t nRefs) (defined in GC::MemoryAllocator)GC::MemoryAllocator
_registerRoot(Root *root) (defined in GC::MemoryAllocator)GC::MemoryAllocator
_unregisterRoot(Root *root) (defined in GC::MemoryAllocator)GC::MemoryAllocator
allocate(size_t size)GC::MemoryAllocator [static]
allowGC()GC::MemoryAllocator [static]
gc()GC::MemoryAllocator [static]
getCurrent()GC::MemoryAllocator [static]
mark(Object *obj)GC::MemoryAllocator [static]
mark(Object **refs, size_t nRefs)GC::MemoryAllocator [static]
MemoryAllocator(size_t gcStartThreshold=1024 *1024, size_t gcAutoStartThreshold=(size_t)-1)GC::MemoryAllocator
Object (defined in GC::MemoryAllocator)GC::MemoryAllocator [friend]
registerRoot(Root *root)GC::MemoryAllocator [static]
unregisterRoot(Root *root)GC::MemoryAllocator [static]
~MemoryAllocator()GC::MemoryAllocator