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

  /external/libmojo/base/android/library_loader/
library_prefetcher.cc 170 size_t total_pages = 0; local
179 total_pages += pages;
190 if (total_pages == 0)
192 return static_cast<int>((100 * resident_pages) / total_pages);
  /external/valgrind/include/vki/
vki-xen-sysctl.h 137 vki_xen_uint64_aligned_t total_pages; member in struct:vki_xen_sysctl_physinfo_00000008
153 vki_xen_uint64_aligned_t total_pages; member in struct:vki_xen_sysctl_physinfo_0000000a
  /external/e2fsprogs/ext2ed/
win.c 108 int current_page,total_pages; local
113 total_pages=show_pad_info.max_line/show_pad_info.display_lines+1;
116 wprintw (show_win,"Page %d of %d\n",current_page,total_pages);
  /toolchain/binutils/binutils-2.27/gas/
ecoff.c 1052 int total_pages; \/* total number of pages allocated *\/ member in struct:alloc_info
    [all...]
  /external/jemalloc/src/
arena.c 385 size_t total_pages, rem_pages; local
389 total_pages = arena_mapbits_unallocated_size_get(chunk, run_ind) >>
391 assert(arena_mapbits_dirty_get(chunk, run_ind+total_pages-1) ==
393 assert(need_pages <= total_pages);
394 rem_pages = total_pages - need_pages;
396 arena_avail_remove(arena, chunk, run_ind, total_pages);
398 arena_run_dirty_remove(arena, chunk, run_ind, total_pages);
411 arena_mapbits_unallocated_set(chunk, run_ind+total_pages-1,
413 (arena_mapbits_unzeroed_get(chunk, run_ind+total_pages-1) &
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-xen.c     [all...]

Completed in 461 milliseconds