Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmemory-allocator.cc359 V8_EXPORT_PRIVATE BasicMemoryChunk* MemoryAllocator::AllocateBasicChunk( in AllocateBasicChunk() function in v8::internal::MemoryAllocator
469 return AllocateBasicChunk(reserve_area_size, commit_area_size, executable, in AllocateBasicChunk()
484 BasicMemoryChunk* basic_chunk = AllocateBasicChunk( in AllocateChunk()
663 chunk = AllocateBasicChunk(size, size, NOT_EXECUTABLE, owner); in AllocateReadOnlyPage()
Dmemory-allocator.h223 V8_EXPORT_PRIVATE BasicMemoryChunk* AllocateBasicChunk(