Lines Matching refs:Optimize
97 - Optimize the common cases of the thread cache operations.
98 - Optimize internal data structures, including RB tree and pairing heap.
99 - Optimize the internal locking on extent management.
134 - Optimize away a branch on the operator delete[] path. (@mgrice)
184 - Optimize ixalloc by avoiding a size lookup. (@interwq)
191 - Optimize pow2_ceil. (@rkmisra)
193 - Optimize mmap(2) alignment handling on FreeBSD. (@trasz)
198 - Optimize sync / lwsync on PowerPC. (@chmeeedalf)
200 - Optimize the locking on large deallocation. (@interwq)
206 - Optimize the trylock spin wait. (@djwatson)
328 - Optimize the generated assembly for ticker operations. (@davidtgoldblatt)
721 - Optimize the fast paths of calloc() and [m,d,sd]allocx(). (@jasone)
789 - Optimize the fast path to combine various bootstrapping and configuration
878 - Optimize irallocx_prof() to optimistically update the sampler state. The