Searched refs:reg0_offset (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/jemalloc/include/jemalloc/internal/
H A Darena.h221 * reg0_offset | region 0 |
241 * either 0 or redzone_size; it is present only if needed to align reg0_offset.
278 uint32_t reg0_offset; member in struct:arena_bin_info_s
744 (uintptr_t)bin_info->reg0_offset)) % bin_info->reg_interval
772 (uintptr_t)bin_info->reg0_offset);
779 bin_info->reg0_offset);
/freebsd-10.1-release/contrib/jemalloc/src/
H A Darena.c326 ret = (void *)((uintptr_t)run + (uintptr_t)bin_info->reg0_offset +
350 (uintptr_t)bin_info->reg0_offset)) %
353 (uintptr_t)bin_info->reg0_offset);
1636 (uintptr_t)bin_info->reg0_offset + (uintptr_t)(run->nextind *
2148 * bin_info->nregs, bin_info->bitmap_offset, and bin_info->reg0_offset are also
2282 bin_info->reg0_offset = good_redzone0_offset + bin_info->redzone_size;
2284 assert(bin_info->reg0_offset - bin_info->redzone_size + (bin_info->nregs

Completed in 55 milliseconds