Home
last modified time | relevance | path

Searched refs:DecreaseAllocatedBytes (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dpaged-spaces.h173 accounting_stats_.DecreaseAllocatedBytes(size_in_bytes, page); in NON_EXPORTED_BASE()
196 void DecreaseAllocatedBytes(size_t bytes, Page* page) { in NON_EXPORTED_BASE()
197 accounting_stats_.DecreaseAllocatedBytes(bytes, page); in NON_EXPORTED_BASE()
Dallocation-stats.h72 void DecreaseAllocatedBytes(size_t bytes, const BasicMemoryChunk* page) { in DecreaseAllocatedBytes() function
Dfree-list.cc151 page->DecreaseAllocatedBytes(size_in_bytes); in Free()
277 page->DecreaseAllocatedBytes(size_in_bytes); in Free()
Dbasic-memory-chunk.h321 void DecreaseAllocatedBytes(size_t bytes) { in DecreaseAllocatedBytes() function
Dpaged-spaces.cc265 DecreaseAllocatedBytes(old_counter - new_counter, page); in RefineAllocatedBytesAfterSweeping()
297 DecreaseAllocatedBytes(page->allocated_bytes(), page); in RemovePage()
Dsweeper.cc321 page->DecreaseAllocatedBytes(freed_bytes); in ClearMarkBitsAndHandleLivenessStatistics()
Dmark-compact.cc3932 heap()->old_space()->DecreaseAllocatedBytes(page->allocated_bytes(), in EvacuatePagesInParallel()