Home
last modified time | relevance | path

Searched defs:cachedSize (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap_region_allocator.cpp75 void HeapRegionAllocator::FreeRegion(Region *region, size_t cachedSize) in FreeRegion() argument
92 size, isRegular, cachedSize); in FreeRegion() local
H A Dmem_map_allocator.cpp156 void MemMapAllocator::CacheOrFree(void *mem, size_t size, bool isRegular, size_t cachedSize) in CacheOrFree() argument
H A Dmem_map_allocator.h79 bool IsRegularCommittedFull(size_t cachedSize) in IsRegularCommittedFull() argument
86 int ShouldFreeMore(size_t cachedSize) in ShouldFreeMore() argument
H A Dspace.cpp59 void Space::ReclaimRegions(size_t cachedSize) in ReclaimRegions() argument
67 void Space::ClearAndFreeRegion(Region *region, size_t cachedSize) in ClearAndFreeRegion() argument
H A Dlinear_space.cpp296 void EdenSpace::ReclaimRegions([[maybe_unused]] size_t cachedSize) in ReclaimRegions() argument
H A Dsparse_space.cpp534 size_t cachedSize = localHeap_->GetRegionCachedSize(); in ReclaimCSet() local
H A Dheap-inl.h645 size_t cachedSize = inactiveSemiSpace_->GetInitialCapacity(); in ReclaimRegions() local

Completed in 6 milliseconds