Lines Matching refs:thread
18 - Work around a potentially bad thread-specific data initialization
31 - Fix prof_alloc_rollback() to read tdata from thread-specific data rather
56 allocation/deallocation within the application's thread-specific data
117 - Implement per thread heap profiling, as well as the ability to
118 enable/disable heap profiling on a per thread basis. Add the "prof.reset",
119 "prof.lg_sample", "thread.prof.name", "thread.prof.active",
121 "thread.prof.active" mallctls.
186 - Refactor thread-specific data to reside in a single structure. This assures
200 - Change the heap profile dump format to support per thread heap profiling,
201 rename pprof to jeprof, and enhance it with the --thread=<n> option. As a
322 - Fix a potential infinite loop during thread exit. This bug occurred on
388 - Fix TLS-related memory corruption that could occur during thread exit if the
389 thread never allocated memory. Only the quarantine and prof facilities were
456 - Fix error return value for "thread.tcache.enabled" mallctl.
484 - Add the "thread.tcache.enabled" mallctl.
496 - Rename the "tcache.flush" mallctl to "thread.tcache.flush".
519 - Fix a statistics-related bug in the "thread.arena" mallctl that could cause
623 - Fix a cpp logic regression (due to the "thread.{de,}allocatedp" mallctl fix
625 - Fix a "thread.arena" mallctl bug.
626 - Fix a thread cache stats merging bug.
631 - Fix "thread.{de,}allocatedp" mallctl for OS X.
640 - Fix a "thread.arena" mallctl bug.
650 - Add the "thread.[de]allocatedp" mallctl's.
686 - Make it possible for the application to control thread-->arena mappings via
687 the "thread.arena" mallctl.
696 - Add per thread allocation counters that can be accessed via the
697 "thread.allocated" and "thread.deallocated" mallctls.
742 to be leaked during thread exit.
744 - Fix crash in tcache flushing code during thread destruction.
756 - Make it possible for the application to manually flush a thread's cache, via
771 - Remove the dynamic arena rebalancing code, since thread-specific caching
777 - Fix thread cleanup bugs related to TLS destruction.