Lines Matching refs:isalloc
1494 assert(usize == isalloc(ret, config_prof));
1618 assert(usize == isalloc(result, config_prof));
1639 JEMALLOC_VALGRIND_MALLOC(ret == 0, *memptr, isalloc(*memptr,
1656 JEMALLOC_VALGRIND_MALLOC(err == 0, ret, isalloc(ret, config_prof),
1762 assert(usize == isalloc(ret, config_prof));
1823 usize = isalloc(ptr, config_prof);
1826 usize = isalloc(ptr, config_prof);
1885 old_usize = isalloc(ptr, config_prof);
1916 assert(usize == isalloc(ret, config_prof));
2181 assert(usize == isalloc(p, config_prof));
2252 *usize = isalloc(p, config_prof);
2297 old_usize = isalloc(ptr, config_prof);
2315 usize = isalloc(p, config_prof);
2344 usize = isalloc(ptr, config_prof);
2429 old_usize = isalloc(ptr, config_prof);
2483 usize = isalloc(ptr, config_prof);
2532 assert(usize == isalloc(ptr, config_prof));
2616 ret = (ptr == NULL) ? 0 : isalloc(ptr, config_prof);