Lines Matching refs:tcache
79 - Refactor arena / tcache interactions. (@davidtgoldblatt)
251 - Embed per thread automatic tcache into thread-specific data, which reduces
252 conditional branches and dereferences. Also reorganize tcache to increase
295 - Remove --disable-tcache. (@jasone)
308 + config.tcache
367 - Fix/refactor tcache synchronization. This regression was first released in
707 - Add support for explicit tcaches. The "tcache.create", "tcache.flush", and
708 "tcache.destroy" mallctls control tcache lifetime and flushing, and the
710 control which tcache is used for each operation.
805 MALLOCX_TCACHE(tc) and MALLOCX_TCACHE_NONE flags to control tcache usage.
946 + internal zero-initialized data structures (relevant to tcache and prof
1040 - Disable tcache by default if running inside Valgrind, in order to avoid
1050 - Fix error return value for "thread.tcache.enabled" mallctl.
1078 - Add the "thread.tcache.enabled" mallctl.
1090 - Rename the "tcache.flush" mallctl to "thread.tcache.flush".
1138 - Fix build issues for --disable-tcache.
1173 - Fix a build error for --disable-tcache.
1338 - Fix crash in tcache flushing code during thread destruction.
1351 the "tcache.flush" mallctl.