Home
last modified time | relevance | path

Searched defs:memory_allocator (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dread-only-spaces.cc301 void SharedReadOnlySpace::TearDown(MemoryAllocator* memory_allocator) { in TearDown()
310 void ReadOnlySpace::TearDown(MemoryAllocator* memory_allocator) { in TearDown()
351 void ReadOnlySpace::SetPermissionsForPages(MemoryAllocator* memory_allocator, in SetPermissionsForPages()
407 auto* memory_allocator = heap()->memory_allocator(); in Seal() local
Dmemory-chunk.cc25 MemoryAllocator* memory_allocator = heap_->memory_allocator(); in DiscardUnusedMemory() local
Dheap.h864 MemoryAllocator* memory_allocator() { return memory_allocator_.get(); } in memory_allocator() function
865 const MemoryAllocator* memory_allocator() const { in memory_allocator() function