Lines Matching refs:isalloc
1441 assert(usize == isalloc(ret, config_prof)); in JEMALLOC_ATTR()
1539 assert(usize == isalloc(result, config_prof)); in imemalign()
1560 JEMALLOC_VALGRIND_MALLOC(ret == 0, *memptr, isalloc(*memptr, in je_posix_memalign()
1577 JEMALLOC_VALGRIND_MALLOC(err == 0, ret, isalloc(ret, config_prof), in JEMALLOC_ATTR()
1680 assert(usize == isalloc(ret, config_prof)); in JEMALLOC_ATTR()
1741 usize = isalloc(ptr, config_prof); in ifree()
1744 usize = isalloc(ptr, config_prof); in ifree()
1798 old_usize = isalloc(ptr, config_prof); in je_realloc()
1826 assert(usize == isalloc(ret, config_prof)); in je_realloc()
2077 assert(usize == isalloc(p, config_prof)); in JEMALLOC_ATTR()
2148 *usize = isalloc(p, config_prof); in irallocx_prof()
2193 old_usize = isalloc(ptr, config_prof); in je_rallocx()
2210 usize = isalloc(p, config_prof); in je_rallocx()
2239 usize = isalloc(ptr, config_prof); in ixallocx_helper()
2310 old_usize = isalloc(ptr, config_prof); in je_xallocx()
2358 usize = isalloc(ptr, config_prof); in JEMALLOC_ATTR()
2408 assert(usize == isalloc(ptr, config_prof)); in je_sdallocx()
2487 ret = (ptr == NULL) ? 0 : isalloc(ptr, config_prof); in je_malloc_usable_size()
2520 *rsize = isalloc(p, config_prof); in je_allocm()
2549 *rsize = isalloc(*ptr, config_prof); in je_rallocm()