Searched refs:GetTotalAllocatedSize (Results 1 – 3 of 3) sorted by relevance
90 size_t oldSpaceAllocAccumulatedSize = heap_->GetOldSpace()->GetTotalAllocatedSize(); in StartCalculationBeforeGC()91 … size_t nonMovableSpaceAllocAccumulatedSize = heap_->GetNonMovableSpace()->GetTotalAllocatedSize(); in StartCalculationBeforeGC()92 size_t codeSpaceAllocAccumulatedSize = heap_->GetMachineCodeSpace()->GetTotalAllocatedSize(); in StartCalculationBeforeGC()
108 size_t GetTotalAllocatedSize() const;
326 size_t SparseSpace::GetTotalAllocatedSize() const in GetTotalAllocatedSize() function in panda::ecmascript::SparseSpace419 allocator_->IncreaseAllocatedSize(localSpace->GetTotalAllocatedSize()); in Merge()