HomeSort by relevance Sort by last modified time
    Searched refs:GetNextAllocationBlock (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/heap/
spaces.cc 145 bool CodeRange::GetNextAllocationBlock(size_t requested) {
195 if (!GetNextAllocationBlock(requested_size)) return NULL;
217 GetNextAllocationBlock(0);
    [all...]
spaces.h 935 bool GetNextAllocationBlock(size_t requested);
    [all...]

Completed in 49 milliseconds