Lines Matching refs:config_prof
1159 if (config_prof) {
1228 if (config_prof)
1245 if (config_prof)
1395 if (config_prof && prof_boot2()) {
1470 if (config_stats || (config_prof && opt_prof) || (slow_path &&
1476 if (config_prof && opt_prof)
1494 assert(usize == isalloc(ret, config_prof));
1606 if (config_prof && opt_prof)
1618 assert(usize == isalloc(result, config_prof));
1640 config_prof), false);
1656 JEMALLOC_VALGRIND_MALLOC(err == 0, ret, isalloc(ret, config_prof),
1743 if (config_prof && opt_prof) {
1762 assert(usize == isalloc(ret, config_prof));
1822 if (config_prof && opt_prof) {
1823 usize = isalloc(ptr, config_prof);
1826 usize = isalloc(ptr, config_prof);
1848 if (config_prof && opt_prof)
1885 old_usize = isalloc(ptr, config_prof);
1887 old_rzsize = config_prof ? p2rz(ptr) : u2rz(old_usize);
1889 if (config_prof && opt_prof) {
1916 assert(usize == isalloc(ret, config_prof));
2173 if (config_prof && opt_prof)
2181 assert(usize == isalloc(p, config_prof));
2252 *usize = isalloc(p, config_prof);
2297 old_usize = isalloc(ptr, config_prof);
2301 if (config_prof && opt_prof) {
2315 usize = isalloc(p, config_prof);
2344 usize = isalloc(ptr, config_prof);
2429 old_usize = isalloc(ptr, config_prof);
2450 if (config_prof && opt_prof) {
2481 usize = ivsalloc(ptr, config_prof);
2483 usize = isalloc(ptr, config_prof);
2532 assert(usize == isalloc(ptr, config_prof));
2614 ret = ivsalloc(ptr, config_prof);
2616 ret = (ptr == NULL) ? 0 : isalloc(ptr, config_prof);