Searched refs:IncreaseAllocatedBytes (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
D | read-only-spaces.cc | 165 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()
|
D | free-list.cc | 228 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()
|
D | allocation-stats.h | 61 void IncreaseAllocatedBytes(size_t bytes, const BasicMemoryChunk* page) { in IncreaseAllocatedBytes() function
|
D | paged-spaces.h | 199 void IncreaseAllocatedBytes(size_t bytes, Page* page) { in NON_EXPORTED_BASE() 200 accounting_stats_.IncreaseAllocatedBytes(bytes, page); in NON_EXPORTED_BASE()
|
D | paged-spaces.cc | 284 IncreaseAllocatedBytes(page->allocated_bytes(), page); in AddPage() 584 IncreaseAllocatedBytes(new_node_size, page); in TryAllocationFromFreeListMain() 699 IncreaseAllocatedBytes(new_node_size, page); in TryAllocationFromFreeListBackground()
|
D | basic-memory-chunk.h | 316 void IncreaseAllocatedBytes(size_t bytes) { in IncreaseAllocatedBytes() function
|
D | sweeper.cc | 618 heap_->paged_space(space)->IncreaseAllocatedBytes( in PrepareToBeSweptPage()
|