Lines Matching full:refactor
100 - Extract and refactor the internal page allocator and interface modules.
136 - Refactor and improve the size class header generation. (@yinan1048576)
181 - Refactor the TSD module. (@davidtgoldblatt)
189 - Refactor the size class module. (@davidtgoldblatt)
190 - Refactor the stats emitter. (@tyleretzel)
197 - Refactor and optimize the tcache fill / flush paths. (@djwatson)
312 - Refactor OOM handling in newImpl. (@wqfish)
315 - Refactor arena / tcache interactions. (@davidtgoldblatt)
316 - Refactor extent management with dumpable flag. (@davidtgoldblatt)
327 - Refactor extent_t bitpacking. (@rkmisra)
603 - Fix/refactor tcache synchronization. This regression was first released in
630 - Refactor madvise(2) configuration so that MADV_FREE is detected and utilized
649 - Refactor atomic and prng APIs to restore support for 32-bit platforms that
808 - Refactor arenas array. In addition to fixing a fork-related deadlock, this
954 - Refactor huge allocation to be managed by arenas, so that arenas now
1016 - Refactor thread-specific data to reside in a single structure. This assures
1019 - Refactor rtree (radix tree for chunk lookups) to be lock-free, and make