Home
last modified time | relevance | path

Searched refs:PerformFreeMemory (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dmemory-allocator.cc147 allocator_->PerformFreeMemory(chunk); in PerformFreeMemoryOnQueuedNonRegularChunks()
164 allocator_->PerformFreeMemory(chunk); in PerformFreeMemoryOnQueuedChunks()
491 void MemoryAllocator::PerformFreeMemory(MemoryChunk* chunk) { in PerformFreeMemory() function in v8::internal::MemoryAllocator
510 PerformFreeMemory(chunk); in Free()
Dmemory-allocator.h315 void PerformFreeMemory(MemoryChunk* chunk);