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

  /external/chromium_org/v8/src/heap/
spaces.h 896 bool UncommitRawMemory(Address start, size_t length);
    [all...]
spaces.cc 228 bool CodeRange::UncommitRawMemory(Address start, size_t length) {
519 if (!code_range->UncommitRawMemory(start, length)) return false;
    [all...]

Completed in 48 milliseconds