HomeSort by: relevance | last modified time | path
    Searched defs:reg0_offset (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdlib/
jemalloc.c 593 uint32_t reg0_offset; member in struct:arena_bin_s
1573 ret = (void *)(((uintptr_t)run) + bin->reg0_offset
1590 ret = (void *)(((uintptr_t)run) + bin->reg0_offset
1659 diff = (unsigned)((uintptr_t)ptr - (uintptr_t)run - bin->reg0_offset);
2089 * bin->nregs, bin->regs_mask_nelms, and bin->reg0_offset are
2160 bin->reg0_offset = good_reg0_offset;
jemalloc.c 593 uint32_t reg0_offset; member in struct:arena_bin_s
1573 ret = (void *)(((uintptr_t)run) + bin->reg0_offset
1590 ret = (void *)(((uintptr_t)run) + bin->reg0_offset
1659 diff = (unsigned)((uintptr_t)ptr - (uintptr_t)run - bin->reg0_offset);
2089 * bin->nregs, bin->regs_mask_nelms, and bin->reg0_offset are
2160 bin->reg0_offset = good_reg0_offset;

Completed in 25 milliseconds