Lines Matching defs:slow_path
2868 ifree(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) {
2869 if (!slow_path) {
2874 assert(slow_path);
2890 if (likely(!slow_path)) {
2894 if (config_fill && slow_path && opt_junk_free) {
2927 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) {
2928 if (!slow_path) {
2933 assert(slow_path);
2985 if (likely(!slow_path)) {
2989 if (config_fill && slow_path && opt_junk_free) {