Home
last modified time | relevance | path

Searched refs:IncreaseAllocatedSize (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dallocator.h125 void IncreaseAllocatedSize(size_t allocatedSize) in IncreaseAllocatedSize() function
Dsparse_space.cpp321 void SparseSpace::IncreaseAllocatedSize(size_t size) in IncreaseAllocatedSize() function in panda::ecmascript::SparseSpace
323 allocator_->IncreaseAllocatedSize(size); in IncreaseAllocatedSize()
419 allocator_->IncreaseAllocatedSize(localSpace->GetTotalAllocatedSize()); in Merge()
Dsparse_space.h96 void IncreaseAllocatedSize(size_t size);
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1272 sparseSpace->IncreaseAllocatedSize(liveObjectSize); in DeserializeSpaceObject()