Lines Matching refs:tcache
31 - Add support for explicit tcaches. The "tcache.create", "tcache.flush", and
32 "tcache.destroy" mallctls control tcache lifetime and flushing, and the
34 control which tcache is used for each operation.
133 MALLOCX_TCACHE(tc) and MALLOCX_TCACHE_NONE flags to control tcache usage.
269 + internal zero-initialized data structures (relevant to tcache and prof
363 - Disable tcache by default if running inside Valgrind, in order to avoid
373 - Fix error return value for "thread.tcache.enabled" mallctl.
401 - Add the "thread.tcache.enabled" mallctl.
413 - Rename the "tcache.flush" mallctl to "thread.tcache.flush".
461 - Fix build issues for --disable-tcache.
496 - Fix a build error for --disable-tcache.
661 - Fix crash in tcache flushing code during thread destruction.
674 the "tcache.flush" mallctl.