diff options
Diffstat (limited to 'src/tcache.c')
-rw-r--r-- | src/tcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tcache.c b/src/tcache.c index 6d51673..a769a6b 100644 --- a/src/tcache.c +++ b/src/tcache.c @@ -95,7 +95,7 @@ tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, if (config_prof) { tcache->prof_accumbytes = 0; } - ret = cache_alloc_easy(tbin, tcache_success); + ret = cache_bin_alloc_easy(tbin, tcache_success); return ret; } |