Lines Matching refs:isalloc
1672 assert(usize == isalloc(tsd_tsdn(tsd), iealloc(tsd_tsdn(tsd), in imalloc_body()
1930 usize = isalloc(tsd_tsdn(tsd), extent, ptr); in ifree()
1933 usize = isalloc(tsd_tsdn(tsd), extent, ptr); in ifree()
1996 old_usize = isalloc(tsd_tsdn(tsd), extent, ptr); in je_realloc()
2025 assert(usize == isalloc(tsdn, iealloc(tsdn, ret), ret)); in je_realloc()
2283 *usize = isalloc(tsd_tsdn(tsd), extent, p); in irallocx_prof()
2330 old_usize = isalloc(tsd_tsdn(tsd), extent, ptr); in je_rallocx()
2346 usize = isalloc(tsd_tsdn(tsd), iealloc(tsd_tsdn(tsd), in je_rallocx()
2377 usize = isalloc(tsdn, extent, ptr); in ixallocx_helper()
2464 old_usize = isalloc(tsd_tsdn(tsd), extent, ptr); in je_xallocx()
2517 usize = isalloc(tsdn, iealloc(tsdn, ptr), ptr); in JEMALLOC_ATTR()
2578 assert(usize == isalloc(tsd_tsdn(tsd), extent, ptr)); in je_sdallocx()
2696 ret = (ptr == NULL) ? 0 : isalloc(tsdn, iealloc(tsdn, ptr), in je_malloc_usable_size()