Lines Matching refs:thread
63 deadlocks during thread exit. (@jasone)
238 - Work around a potentially bad thread-specific data initialization
251 - Fix prof_alloc_rollback() to read tdata from thread-specific data rather
276 allocation/deallocation within the application's thread-specific data
337 - Implement per thread heap profiling, as well as the ability to
338 enable/disable heap profiling on a per thread basis. Add the "prof.reset",
339 "prof.lg_sample", "thread.prof.name", "thread.prof.active",
341 "thread.prof.active" mallctls.
406 - Refactor thread-specific data to reside in a single structure. This assures
420 - Change the heap profile dump format to support per thread heap profiling,
421 rename pprof to jeprof, and enhance it with the --thread=<n> option. As a
542 - Fix a potential infinite loop during thread exit. This bug occurred on
608 - Fix TLS-related memory corruption that could occur during thread exit if the
609 thread never allocated memory. Only the quarantine and prof facilities were
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".
739 - Fix a statistics-related bug in the "thread.arena" mallctl that could cause
843 - Fix a cpp logic regression (due to the "thread.{de,}allocatedp" mallctl fix
845 - Fix a "thread.arena" mallctl bug.
846 - Fix a thread cache stats merging bug.
851 - Fix "thread.{de,}allocatedp" mallctl for OS X.
860 - Fix a "thread.arena" mallctl bug.
870 - Add the "thread.[de]allocatedp" mallctl's.
906 - Make it possible for the application to control thread-->arena mappings via
907 the "thread.arena" mallctl.
916 - Add per thread allocation counters that can be accessed via the
917 "thread.allocated" and "thread.deallocated" mallctls.
962 to be leaked during thread exit.
964 - Fix crash in tcache flushing code during thread destruction.
976 - Make it possible for the application to manually flush a thread's cache, via
991 - Remove the dynamic arena rebalancing code, since thread-specific caching
997 - Fix thread cleanup bugs related to TLS destruction.