Lines Matching refs:when

18     extents.  This tends to improve locality (decrease fragmentation) when
70 - Disallow 0x5a junk filling when running in Valgrind. (@jasone)
128 even when sizeof(long) is not the same as sizeof(void *), as on 64-bit
134 unlikely to cause deadlocks in practice except when heap profiling was
224 allocations that have been randomly assigned an offset of 0 when
233 allocations when --enable-cache-oblivious configure option is enabled.
235 when resizing from/to a size class that is not a multiple of the chunk size.
249 - Fix irallocx_prof_sample() to always allocate large regions, even when
265 fast path when heap profiling is enabled. Additionally, split a special
269 prior implementation appears to have been a holdover from when
299 + Don't bitshift by negative amounts when encoding/decoding run sizes in
304 match glibc and avoid compilation errors when including both
306 + Don't assume that /bin/sh is appropriate when running size_classes.sh
308 + Consider __sparcv9 a synonym for __sparc64__ when defining LG_QUANTUM.
448 - Fix the cactive statistic to decrease (rather than increase) when active
456 calloc(), and realloc() when profiling is enabled.
463 - Fix tls_model configuration to enable the initial-exec model when possible.
548 - Fix huge deallocation to junk fill when munmap is disabled.
553 - Add missing private namespace mangling (relevant when
594 This version fixes bugs that are typically encountered only when utilizing
765 - Don't mangle pthread_create() when --with-private-namespace is specified.
770 - Fix huge_ralloc() race when using mremap(2). This is a serious bug that
802 conflicts that can inadvertently arise when using static libraries.
834 computation, when using a small enough sample interval that profiling
868 - Use Linux's mremap(2) for huge object reallocation when possible.
869 - Avoid locking in mallctl*() when possible.
960 - Fix compilation when --enable-fill is specified.
995 - Modify chunk allocation to work when address space layout randomization