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

  /external/jemalloc/src/
android_je_iterate.c 101 void *rpages; local
104 rpages = arena_miscelm_to_rpages(arena_miscelm_get_mutable(chunk, pageind));
105 callback((uintptr_t)rpages, size, arg);
134 void *rpages; local
138 rpages = arena_miscelm_to_rpages(arena_run_to_miscelm(run));
139 ptr = (uintptr_t)rpages + bin_info->reg0_offset;
arena.c 285 void *rpages; local
292 rpages = arena_miscelm_to_rpages(miscelm);
293 ret = (void *)((uintptr_t)rpages + (uintptr_t)bin_info->reg0_offset +
2710 void *rpages; local
    [all...]

Completed in 213 milliseconds