Lines Matching defs:tcache
151 /* Currently cached bytes and sanitizer-stashed bytes in tcache. */
1210 bool zero, tcache_t *tcache) {
1225 zero, tcache, true);
1270 arena_dalloc_promoted(tsdn_t *tsdn, void *ptr, tcache_t *tcache,
1286 if (bumped_usize <= tcache_maxclass && tcache != NULL) {
1287 tcache_dalloc_large(tsdn_tsd(tsdn), tcache, ptr,
1444 size_t alignment, bool zero, tcache_t *tcache) {
1447 zero, tcache, true);
1453 return ipalloct(tsdn, usize, alignment, zero, tcache, arena);
1458 size_t size, size_t alignment, bool zero, tcache_t *tcache,
1481 alignment, zero, tcache, hook_args);
1489 zero, tcache);
1506 isdalloct(tsdn, ptr, oldsize, tcache, NULL, true);
1870 tcache_t *tcache = tcache_slow->tcache;
1875 tcache->bins);