Home
last modified time | relevance | path

Searched refs:rpages (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc/src/
Dandroid_je_iterate.c101 void *rpages; in je_iterate_chunk() local
104 rpages = arena_miscelm_to_rpages(arena_miscelm_get_mutable(chunk, pageind)); in je_iterate_chunk()
105 callback((uintptr_t)rpages, size, arg); in je_iterate_chunk()
134 void *rpages; in je_iterate_small() local
138 rpages = arena_miscelm_to_rpages(arena_run_to_miscelm(run)); in je_iterate_small()
139 ptr = (uintptr_t)rpages + bin_info->reg0_offset; in je_iterate_small()
Darena.c285 void *rpages; in arena_run_reg_alloc() local
292 rpages = arena_miscelm_to_rpages(miscelm); in arena_run_reg_alloc()
293 ret = (void *)((uintptr_t)rpages + (uintptr_t)bin_info->reg0_offset + in arena_run_reg_alloc()
2710 void *rpages; in arena_palloc_large() local
2731 rpages = arena_miscelm_to_rpages(miscelm); in arena_palloc_large()
2733 leadsize = ALIGNMENT_CEILING((uintptr_t)rpages, alignment) - in arena_palloc_large()
2734 (uintptr_t)rpages; in arena_palloc_large()
/external/jemalloc/include/jemalloc/internal/
Darena.h1117 const void *rpages; in arena_ptr_small_binind_get() local
1137 rpages = arena_miscelm_to_rpages(miscelm); in arena_ptr_small_binind_get()
1138 assert(((uintptr_t)ptr - ((uintptr_t)rpages + in arena_ptr_small_binind_get()
1161 void *rpages = arena_miscelm_to_rpages(miscelm); in arena_run_regind() local
1167 assert((uintptr_t)ptr >= (uintptr_t)rpages + in arena_run_regind()
1174 diff = (size_t)((uintptr_t)ptr - (uintptr_t)rpages - in arena_run_regind()