Lines Matching refs:tcache
333 - Add support for explicit tcaches. The "tcache.create", "tcache.flush", and
334 "tcache.destroy" mallctls control tcache lifetime and flushing, and the
336 control which tcache is used for each operation.
431 MALLOCX_TCACHE(tc) and MALLOCX_TCACHE_NONE flags to control tcache usage.
572 + internal zero-initialized data structures (relevant to tcache and prof
666 - Disable tcache by default if running inside Valgrind, in order to avoid
676 - Fix error return value for "thread.tcache.enabled" mallctl.
704 - Add the "thread.tcache.enabled" mallctl.
716 - Rename the "tcache.flush" mallctl to "thread.tcache.flush".
764 - Fix build issues for --disable-tcache.
799 - Fix a build error for --disable-tcache.
964 - Fix crash in tcache flushing code during thread destruction.
977 the "tcache.flush" mallctl.