Lines Matching refs:on

11   - Add the --disable-syscall configure option, for use on systems that place
12 security-motivated limitations on syscall(2). (@jasone)
21 on Linux 4.5 and newer. (@jasone)
31 - Implement a more reliable detection scheme for os_unfair_lock on macOS.
71 - Fix a file descriptor leak on Linux. This regression was first released in
74 - Use syscall(2) rather than {open,read,close}(2) during boot on Linux. This
81 issues on Windows. (@mjp41, @jasone)
84 - Fix malloc_conf overriding to work on Windows. (@jasone)
85 - Forcibly disable lazy-lock on Windows (was forcibly *enabled*). (@jasone)
113 - Specify MAP_NORESERVE on Linux if [heuristic] overcommit is active, in order
128 even when sizeof(long) is not the same as sizeof(void *), as on 64-bit
145 of portability-motivated refactoring and enhancements. Many people worked on
182 addition to speeding up bitmap operations on 64-bit systems, this reduces
273 - Fix TLS configuration such that it is enabled by default for platforms on
288 + Fix irealloc_prof() to prof_alloc_rollback() on OOM.
302 + Rename index_t to szind_t to avoid an existing type on Solaris.
338 enable/disable heap profiling on a per thread basis. Add the "prof.reset",
374 feature on/off during program execution.
425 internally deadlock on some platforms.
435 - Remove the --enable-dss options, and make dss non-optional on all platforms
453 cause cache corruption on OOM. This regression was present in all releases
460 - Ensure the default purgeable zone is after the default zone on OS X.
484 - Fix test assertion failure message formatting. This bug did not manifest on
489 - Support heap profiling on FreeBSD. This feature depends on the proc
502 - Add a configure test for SSE2 rather than assuming it is usable on i686
503 systems. This fixes test compilation errors, especially on 32-bit Linux
513 This version focuses on refactoring and automated testing, though it also
527 with libm. This, in combination with e.g. EXTRA_CFLAGS=-mno-sse on x64
542 - Fix a potential infinite loop during thread exit. This bug occurred on
603 "dss:primary" option specified). This was completely harmless on Linux
635 - Fix build break on FreeBSD related to alloca.h.
668 - Drop const from malloc_usable_size() argument on Linux.
680 Although this version adds some major new features, the primary focus is on
709 - Add the --disable-munmap option, and make it the default on Linux.
741 - Work around TLS deallocation via free() on Linux. This bug could cause
825 - Fix symbol visibility so that it is also set on OS X.
829 - Don't use libgcc-based backtracing except on x64, where it is known to work.
830 - Fix deadlocks on OS X that were due to memory allocation in
890 This version focuses on the experimental *allocm() API, and on improved
935 - Enhance the heap profiler to trigger samples based on usable size, rather
968 This release focuses on speed and run-time introspection. Numerous
978 - Base maximum dirty page count on proportion of active memory.