Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dspaces.cc145 bool CodeRange::GetNextAllocationBlock(size_t requested) { in GetNextAllocationBlock() function in v8::internal::CodeRange
195 if (!GetNextAllocationBlock(requested_size)) return NULL; in AllocateRawMemory()
217 GetNextAllocationBlock(0); in AllocateRawMemory()
Dspaces.h935 bool GetNextAllocationBlock(size_t requested);