OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reg0_offset
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/src/
android_je_iterate.c
139
ptr = (uintptr_t)rpages + bin_info->
reg0_offset
;
arena.c
293
ret = (void *)((uintptr_t)rpages + (uintptr_t)bin_info->
reg0_offset
+
313
(uintptr_t)bin_info->
reg0_offset
)) %
317
(uintptr_t)bin_info->
reg0_offset
);
[
all
...]
/external/jemalloc/include/jemalloc/internal/
arena.h
230
*
reg0_offset
| region 0 |
250
* either 0 or redzone_size; it is present only if needed to align
reg0_offset
.
275
uint32_t
reg0_offset
;
member in struct:arena_bin_info_s
[
all
...]
Completed in 495 milliseconds