OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rpages
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/src/
android_je_iterate.c
101
void *
rpages
;
local
104
rpages
= arena_miscelm_to_rpages(arena_miscelm_get(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
306
void *
rpages
;
local
313
rpages
= arena_miscelm_to_rpages(miscelm);
314
ret = (void *)((uintptr_t)
rpages
+ (uintptr_t)bin_info->reg0_offset +
2506
void *
rpages
;
local
[
all
...]
/external/jemalloc/include/jemalloc/internal/
arena.h
[
all
...]
Completed in 577 milliseconds