Lines Matching refs:tcache
198 - Add support for explicit tcaches. The "tcache.create", "tcache.flush", and
199 "tcache.destroy" mallctls control tcache lifetime and flushing, and the
201 control which tcache is used for each operation.
296 MALLOCX_TCACHE(tc) and MALLOCX_TCACHE_NONE flags to control tcache usage.
437 + internal zero-initialized data structures (relevant to tcache and prof
531 - Disable tcache by default if running inside Valgrind, in order to avoid
541 - Fix error return value for "thread.tcache.enabled" mallctl.
569 - Add the "thread.tcache.enabled" mallctl.
581 - Rename the "tcache.flush" mallctl to "thread.tcache.flush".
629 - Fix build issues for --disable-tcache.
664 - Fix a build error for --disable-tcache.
829 - Fix crash in tcache flushing code during thread destruction.
842 the "tcache.flush" mallctl.