Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dread-only-spaces.cc165 new_stats.IncreaseAllocatedBytes(page->allocated_bytes(), new_page); in CreateReadOnlySpace()
246 stats_.IncreaseAllocatedBytes(page->allocated_bytes(), new_page); in Initialize()
656 accounting_stats_.IncreaseAllocatedBytes(allocated_size, chunk); in TryAllocateLinearlyAligned()
657 chunk->IncreaseAllocatedBytes(allocated_size); in TryAllocateLinearlyAligned()
703 accounting_stats_.IncreaseAllocatedBytes(size_in_bytes, chunk); in AllocateRawUnaligned()
704 chunk->IncreaseAllocatedBytes(size_in_bytes); in AllocateRawUnaligned()
784 accounting_stats_.IncreaseAllocatedBytes(page->allocated_bytes(), page); in SharedReadOnlySpace()
Dfree-list.cc228 Page::FromHeapObject(node)->IncreaseAllocatedBytes(*node_size); in Allocate()
334 Page::FromHeapObject(node)->IncreaseAllocatedBytes(*node_size); in Allocate()
400 Page::FromHeapObject(node)->IncreaseAllocatedBytes(*node_size); in Allocate()
Dallocation-stats.h61 void IncreaseAllocatedBytes(size_t bytes, const BasicMemoryChunk* page) { in IncreaseAllocatedBytes() function
Dpaged-spaces.h199 void IncreaseAllocatedBytes(size_t bytes, Page* page) { in NON_EXPORTED_BASE()
200 accounting_stats_.IncreaseAllocatedBytes(bytes, page); in NON_EXPORTED_BASE()
Dpaged-spaces.cc284 IncreaseAllocatedBytes(page->allocated_bytes(), page); in AddPage()
584 IncreaseAllocatedBytes(new_node_size, page); in TryAllocationFromFreeListMain()
699 IncreaseAllocatedBytes(new_node_size, page); in TryAllocationFromFreeListBackground()
Dbasic-memory-chunk.h316 void IncreaseAllocatedBytes(size_t bytes) { in IncreaseAllocatedBytes() function
Dsweeper.cc618 heap_->paged_space(space)->IncreaseAllocatedBytes( in PrepareToBeSweptPage()