Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dmemory-allocator.h57 AddMemoryChunkSafe(ChunkQueueType::kNonRegular, chunk); in AddMemoryChunkSafe()
94 kNonRegular, // Large chunks and executable chunks. enumerator
Dmemory-allocator.cc146 while ((chunk = GetMemoryChunkSafe(ChunkQueueType::kNonRegular)) != nullptr) { in PerformFreeMemoryOnQueuedNonRegularChunks()
191 chunks_[ChunkQueueType::kNonRegular].size(); in NumberOfCommittedChunks()
212 for (auto& chunk : chunks_[ChunkQueueType::kNonRegular]) { in CommittedBufferedMemory()