Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dmemory-allocator.cc300 size_t MemoryAllocator::ComputeChunkSize(size_t area_size, in ComputeChunkSize() function in v8::internal::MemoryAllocator
354 size_t chunk_size = ComputeChunkSize(area_size, executable); in AllocateUninitializedChunk()
Dmemory-allocator.h276 static size_t ComputeChunkSize(size_t area_size, Executability executable);