Lines Matching defs:Space
23 Space::Space(BaseHeap* heap, HeapRegionAllocator *heapRegionAllocator,
37 void Space::AddAllocationInspector(AllocationInspector* inspector)
43 void Space::ClearAllocationInspector()
48 void Space::SwapAllocationCounter(Space *space)
54 void Space::Destroy()
59 void Space::ReclaimRegions(size_t cachedSize)
67 void Space::ClearAndFreeRegion(Region *region, size_t cachedSize)
93 : Space(heap, heapRegionAllocator, MemSpaceType::HUGE_OBJECT_SPACE, initialCapacity, maximumCapacity)
99 : Space(heap, heapRegionAllocator, spaceType, initialCapacity, maximumCapacity)