HomeSort by relevance Sort by last modified time
    Searched full: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 314 ret = (void *)((uintptr_t)rpages + (uintptr_t)bin_info->reg0_offset +
334 (uintptr_t)bin_info->reg0_offset)) %
338 (uintptr_t)bin_info->reg0_offset);
    [all...]
  /external/jemalloc/include/jemalloc/internal/
arena.h 217 * reg0_offset | region 0 |
237 * either 0 or redzone_size; it is present only if needed to align reg0_offset.
262 uint32_t reg0_offset; member in struct:arena_bin_info_s
    [all...]

Completed in 200 milliseconds