Lines Matching refs:large
11 prior dev versions have been running in multiple large scale applications for
71 - Eagerly coalesce large extents to reduce fragmentation. (@interwq)
86 practice large extents are usually the ones that cross the decay threshold.
231 + stats.arenas.i.mutexes.{large,extent_avail,extents_dirty,extents_muzzy,
247 - Fold large and huge size classes together; only small and large size classes
400 - Fix size class computations for edge conditions involving extremely large
419 configurations, thanks in large part to @glandium setting up continuous
431 - Fix large allocation to search starting in the optimal size class heap,
597 - Fix xallocx(..., MALLOCX_ZERO to zero the last full trailing page of large
606 - Fix xallocx(..., MALLOCX_ZERO) to zero all trailing bytes of large
623 - Fix irallocx_prof_sample() to always allocate large regions, even when
775 - Randomly distribute large allocation base pointer alignment relative to page
833 - Fix fallback lg_floor() implementations to handle extremely large inputs.
849 small/large allocation if chunk allocation failed. In the absence of this
856 - Use dss allocation precedence for huge allocations as well as small/large
915 - Fix a data race for large allocation stats counters.
921 - Fix growing large reallocation to junk fill new space.
1119 - Fix large calloc() zeroing bugs due to dropping chunk map unzeroed flags.
1305 - Fix a realloc() bug for large in-place growing reallocation. This bug could
1326 - Fix junk filling of large objects, which could cause memory corruption.
1354 statistics for large objects.