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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
pagemap.h 222 size_t last_page = ContainingPage(x + n - 1); local
228 if (first_page == last_page) return true;
231 if (first_page == last_page) return true;
236 if (IsCommitted(last_page)) {
237 if (first_page == last_page) return true;
238 --last_page;
239 if (IsCommitted(last_page)) {
240 if (first_page == last_page) return true;
241 --last_page;
245 ASSERT(!IsCommitted(last_page));
    [all...]
  /system/core/toolbox/
mkswap.c 12 uint32_t last_page; member in struct:linux_swap_header
62 sw_hdr.last_page = (swap_size / pagesize) - 1;
  /external/stressapptest/src/
sat.cc 360 uint64 last_page = 0; local
372 last_page = i * 4096;
375 logprintf(4, "Log: %#016llx - %#016llx\n", last_page, (i * 4096) - 1);
    [all...]
  /external/chromium_org/v8/src/heap/
spaces.cc 1555 NewSpacePage* last_page = anchor()->prev_page(); local
    [all...]

Completed in 216 milliseconds