Lines Matching refs:allocation
43 - Refactor huge allocation to be managed by arenas, so that arenas now
49 mallctls provide high level per arena huge allocation statistics.
61 allocation versus deallocation.
88 - Switch run and chunk allocation from first-best-fit (among best-fit
96 reduces the cost of repeated huge allocation/deallocation, because it
104 - Randomly distribute large allocation base pointer alignment relative to page
110 - Implement in-place huge allocation growing and shrinking.
114 allocation, because a global data structure is critical for determining
172 small/large allocation if chunk allocation failed. In the absence of this
173 bug, chunk allocation failure would result in allocation failure, e.g. NULL
179 - Use dss allocation precedence for huge allocations as well as small/large
237 allocation, not just deallocation.
238 - Fix a data race for large allocation stats counters.
271 - Preserve errno during the first allocation. A readlink(2) call during
273 set during the first allocation prior to this fix.
337 allocation and dirty page purging algorithms in order to better control
344 - Fix dss/mmap allocation precedence code to use recyclable mmap memory only
345 after primary dss allocation fails.
527 - Fix deadlocks on OS X that were due to memory allocation in
535 + Fix error detection bugs for aligned memory allocation.
613 - Add per thread allocation counters that can be accessed via the
630 - Fix an allocation bug for small allocations that could be triggered if
683 - Add support for allocation backed by one or more swap files, and allow the
685 - Implement allocation profiling and leak checking.
692 - Modify chunk allocation to work when address space layout randomization
695 - Handle 0-size allocation requests in posix_memalign().