Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.h1165 if (type != kRegular || allocator_->CanFreeMemoryChunk(chunk)) { in AddMemoryChunkSafe()
1253 bool CanFreeMemoryChunk(MemoryChunk* chunk);
Dspaces.cc413 bool MemoryAllocator::CanFreeMemoryChunk(MemoryChunk* chunk) { in CanFreeMemoryChunk() function in v8::internal::MemoryAllocator