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

  /external/jemalloc/include/jemalloc/internal/
arena.h 191 * reg0_offset | region 0 |
211 * either 0 or redzone_size; it is present only if needed to align reg0_offset.
236 uint32_t reg0_offset; member in struct:arena_bin_info_s
921 (uintptr_t)bin_info->reg0_offset)) % bin_info->reg_interval
951 (uintptr_t)bin_info->reg0_offset);
958 bin_info->reg0_offset);
    [all...]
  /external/jemalloc/src/
arena.c 277 ret = (void *)((uintptr_t)rpages + (uintptr_t)bin_info->reg0_offset +
297 (uintptr_t)bin_info->reg0_offset)) %
301 (uintptr_t)bin_info->reg0_offset);
    [all...]

Completed in 59 milliseconds