Home | History | Annotate | Download | only in src

Lines Matching full:isalloc

1433 		assert(usize == isalloc(ret, config_prof));
1531 assert(usize == isalloc(result, config_prof));
1551 JEMALLOC_VALGRIND_MALLOC(ret == 0, *memptr, isalloc(*memptr,
1566 JEMALLOC_VALGRIND_MALLOC(err == 0, ret, isalloc(ret, config_prof),
1663 assert(usize == isalloc(ret, config_prof));
1719 usize = isalloc(ptr, config_prof);
1722 usize = isalloc(ptr, config_prof);
1774 old_usize = isalloc(ptr, config_prof);
1801 assert(usize == isalloc(ret, config_prof));
2053 assert(usize == isalloc(p, config_prof));
2122 *usize = isalloc(p, config_prof);
2164 old_usize = isalloc(ptr, config_prof);
2181 usize = isalloc(p, config_prof);
2209 usize = isalloc(ptr, config_prof);
2229 usize = isalloc(ptr, config_prof);
2289 old_usize = isalloc(ptr, config_prof);
2325 usize = isalloc(ptr, config_prof);
2375 assert(usize == isalloc(ptr, config_prof));
2453 ret = (ptr == NULL) ? 0 : isalloc(ptr, config_prof);