Lines Matching refs:slow_path

1538     prof_tctx_t *tctx, bool slow_path)  argument
1546 p = ialloc(tsd, LARGE_MINCLASS, ind_large, zero, slow_path);
1551 p = ialloc(tsd, usize, ind, zero, slow_path);
1557 ialloc_prof(tsd_t *tsd, size_t usize, szind_t ind, bool zero, bool slow_path) argument
1564 p = ialloc_prof_sample(tsd, usize, ind, zero, tctx, slow_path);
1566 p = ialloc(tsd, usize, ind, zero, slow_path);
1584 bool slow_path) argument
1589 if (slow_path && unlikely(malloc_init())) {
1602 if (config_stats || (config_prof && opt_prof) || (slow_path &&
1609 return (ialloc_prof(tsd, *usize, ind, zero, slow_path));
1611 return (ialloc(tsd, size, ind, zero, slow_path));
1616 bool update_errno, bool slow_path) argument
1622 if (slow_path && config_xmalloc && unlikely(opt_xmalloc)) {
1883 ifree(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) argument
1901 if (likely(!slow_path))
1912 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) argument
1927 isqalloc(tsd, ptr, usize, tcache, slow_path);
2155 tcache_t *tcache, arena_t *arena, bool slow_path) argument
2164 slow_path));
2169 tcache_t *tcache, arena_t *arena, bool slow_path) argument
2177 tcache, arena, slow_path);
2183 slow_path);
2190 imallocx_prof(tsd_t *tsd, size_t size, int flags, size_t *usize, bool slow_path) argument
2205 tcache, arena, slow_path);
2208 tcache, arena, slow_path);
2223 bool slow_path) argument
2235 arena, slow_path);
2243 bool slow_path) argument
2247 if (slow_path && unlikely(malloc_init())) {
2260 if (config_stats || (config_prof && opt_prof) || (slow_path &&
2268 slow_path));
2271 return (ialloc(tsd, size, ind, false, slow_path));
2275 return (imallocx_prof(tsd, size, flags, usize, slow_path));
2277 return (imallocx_no_prof(tsd, size, flags, usize, slow_path));