aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-12-12Update to jemalloc 4.4.0.Christopher Ferris
2016-11-24Mark partially purged arena chunks as non-hugepage.Jason Evans
2016-11-15Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans
2016-11-15Explicitly cast negative constants meant for use as unsigned.Jason Evans
2016-11-15Add cast to silence (harmless) conversion warning.Jason Evans
2016-11-15Add packing test, which verifies stable layout policy.Jason Evans
2016-11-11Reduce memory usage for sdallocx() test_alignment_and_size.Jason Evans
2016-11-10Merge remote-tracking branch 'aosp/upstream-new' into fixChristopher Ferris
2016-11-07Refactor prng to not use 64-bit atomics on 32-bit platforms.Jason Evans
2016-11-07Fix run leak.Jason Evans
2016-11-02Add os_unfair_lock support.Jason Evans
2016-11-02Call _exit(2) rather than exit(3) in forked child.Jason Evans
2016-10-28Reduce memory requirements for regression tests.Jason Evans
2016-10-28Periodically purge in memory-intensive integration tests.Jason Evans
2016-10-28Periodically purge in memory-intensive integration tests.Jason Evans
2016-10-21Do not (recursively) allocate within tsd_fetch().Jason Evans
2016-10-13Make dss operations lockless.Jason Evans
2016-10-11Fix decay tests to all adapt to nstime_monotonic().Jason Evans
2016-10-10Do not advance decay epoch when time goes backwards.Jason Evans
2016-10-04Refactor runs_avail.Jason Evans
2016-10-04Implement pz2ind(), pind2sz(), and psz2u().Jason Evans
2016-09-26Work around a weird pgi bug in test/unit/math.cElliot Ronaghan
2016-06-14Updates to generated files for 4.2.1 release.android-wear-n-preview-2android-wear-7.1.1_r1android-n-preview-5android-n-iot-preview-2nougat-mr1-wear-releasen-iot-preview-2Christopher Ferris
2016-06-14Merge remote-tracking branch 'aosp/upstream-release' into fixChristopher Ferris
2016-05-11Disable junk filling for tests that could otherwise easily OOM.Jason Evans
2016-05-10Resolve bootstrapping issues when embedded in FreeBSD libc.Jason Evans
2016-05-07Fix tsd bootstrapping for a0malloc().Jason Evans
2016-05-03Don't test fork() on Windows.Jason Evans
2016-05-03Update mallocx() OOM test to deal with smaller hugemax.Jason Evans
2016-04-26Fix witness/fork() interactions.Jason Evans
2016-04-25Fix fork()-related lock rank ordering reversals.Jason Evans
2016-04-25Use separate arena for chunk tests.Jason Evans
2016-04-25Fix arena_reset() test to avoid tcache.Jason Evans
2016-04-22Implement the arena.<i>.reset mallctl.Jason Evans
2016-04-17Fix style nits.Jason Evans
2016-04-14Add witness, a simple online locking validator.Jason Evans
2016-04-12Fix more 64-to-32 conversion warnings.Jason Evans
2016-04-11Clean up char vs. uint8_t in junk filling code.Jason Evans
2016-04-11Refactor/fix ph.Jason Evans
2016-04-05Fix a compilation warning in the ph test code.Jason Evans
2016-03-31Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macrosChris Peterson
2016-03-23Avoid blindly enabling assertions for header code when testing.Jason Evans
2016-03-23Code formatting fixes.Jason Evans
2016-03-15Refactor out signed/unsigned comparisons.Jason Evans
2016-03-11Add (size_t) casts to MALLOCX_ALIGN().Jason Evans
2016-03-08Unittest for pairing heapDave Watson
2016-03-05Update generated files for 4.1.0 update.Christopher Ferris
2016-03-03Merge remote-tracking branch 'aosp/upstream-dev' into mergeChristopher Ferris
2016-03-02Revert "Fix the ckh unit test."Christopher Ferris
2016-02-29Fix stack corruption and uninitialized var warningDmitri Smirnov