Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
jemalloc
/
refs/heads/int/11/fp3
/
test
bf9b018
Update to jemalloc 4.4.0.
by Christopher Ferris
· 8 years ago
e98a620
Mark partially purged arena chunks as non-hugepage.
by Jason Evans
· 8 years ago
8f61fde
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
by Jason Evans
· 8 years ago
84ae603
Explicitly cast negative constants meant for use as unsigned.
by Jason Evans
· 8 years ago
72c587a
Add cast to silence (harmless) conversion warning.
by Jason Evans
· 8 years ago
6a71d37
Add packing test, which verifies stable layout policy.
by Jason Evans
· 8 years ago
ded4f38
Reduce memory usage for sdallocx() test_alignment_and_size.
by Jason Evans
· 8 years ago
fb1f094
Merge remote-tracking branch 'aosp/upstream-new' into fix
by Christopher Ferris
· 8 years ago
5d6cb6e
Refactor prng to not use 64-bit atomics on 32-bit platforms.
by Jason Evans
· 8 years ago
a4e83e8
Fix run leak.
by Jason Evans
· 8 years ago
3f2b8d9
Add os_unfair_lock support.
by Jason Evans
· 8 years ago
31db315
Call _exit(2) rather than exit(3) in forked child.
by Jason Evans
· 8 years ago
b99c72f
Reduce memory requirements for regression tests.
by Jason Evans
· 8 years ago
eaecaad
Periodically purge in memory-intensive integration tests.
by Jason Evans
· 8 years ago
2c53faf
Periodically purge in memory-intensive integration tests.
by Jason Evans
· 8 years ago
962a297
Do not (recursively) allocate within tsd_fetch().
by Jason Evans
· 8 years ago
e2bcf03
Make dss operations lockless.
by Jason Evans
· 8 years ago
a14712b
Fix decay tests to all adapt to nstime_monotonic().
by Jason Evans
· 8 years ago
45a5bf6
Do not advance decay epoch when time goes backwards.
by Jason Evans
· 8 years ago
f193fd8
Refactor runs_avail.
by Jason Evans
· 9 years ago
1abb49f
Implement pz2ind(), pind2sz(), and psz2u().
by Jason Evans
· 9 years ago
50a865e
Work around a weird pgi bug in test/unit/math.c
by Elliot Ronaghan
· 8 years ago
3545247
Updates to generated files for 4.2.1 release.
by Christopher Ferris
· 8 years ago
5ab62bd
Merge remote-tracking branch 'aosp/upstream-release' into fix
by Christopher Ferris
· 8 years ago
3a9ec67
Disable junk filling for tests that could otherwise easily OOM.
by Jason Evans
· 8 years ago
c1e00ef
Resolve bootstrapping issues when embedded in FreeBSD libc.
by Jason Evans
· 8 years ago
0c12dca
Fix tsd bootstrapping for a0malloc().
by Jason Evans
· 8 years ago
1eb46ab
Don't test fork() on Windows.
by Jason Evans
· 9 years ago
9aa1543
Update mallocx() OOM test to deal with smaller hugemax.
by Jason Evans
· 9 years ago
108c4a1
Fix witness/fork() interactions.
by Jason Evans
· 9 years ago
174c0c3
Fix fork()-related lock rank ordering reversals.
by Jason Evans
· 9 years ago
0d970a0
Use separate arena for chunk tests.
by Jason Evans
· 9 years ago
2fe64d2
Fix arena_reset() test to avoid tcache.
by Jason Evans
· 9 years ago
19ff2ce
Implement the arena.<i>.reset mallctl.
by Jason Evans
· 9 years ago
1423ee9
Fix style nits.
by Jason Evans
· 9 years ago
b2c0d63
Add witness, a simple online locking validator.
by Jason Evans
· 9 years ago
bab58ef
Fix more 64-to-32 conversion warnings.
by Jason Evans
· 9 years ago
96aa67a
Clean up char vs. uint8_t in junk filling code.
by Jason Evans
· 9 years ago
c6a2c39
Refactor/fix ph.
by Jason Evans
· 9 years ago
a3c4193
Fix a compilation warning in the ph test code.
by Jason Evans
· 9 years ago
a82070e
Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macros
by Chris Peterson
· 9 years ago
ff63dca
Avoid blindly enabling assertions for header code when testing.
by Jason Evans
· 9 years ago
f6bd2e5
Code formatting fixes.
by Jason Evans
· 9 years ago
22af74e
Refactor out signed/unsigned comparisons.
by Jason Evans
· 9 years ago
824b947
Add (size_t) casts to MALLOCX_ALIGN().
by Jason Evans
· 9 years ago
34dca56
Unittest for pairing heap
by Dave Watson
· 9 years ago
473a185
Update generated files for 4.1.0 update.
by Christopher Ferris
· 9 years ago
fb9c9c8
Merge remote-tracking branch 'aosp/upstream-dev' into merge
by Christopher Ferris
· 9 years ago
0978b5e
Revert "Fix the ckh unit test."
by Christopher Ferris
· 9 years ago
33184bf
Fix stack corruption and uninitialized var warning
by Dmitri Smirnov
· 9 years ago
7d30554
Fix decay tests for --disable-tcache case.
by Jason Evans
· 9 years ago
3c07f80
Fix stats.arenas.<i>.[...] for --disable-stats case.
by Jason Evans
· 9 years ago
fd48582
Fix decay tests for --disable-stats case.
by Jason Evans
· 9 years ago
a62e94c
Remove invalid tests.
by Jason Evans
· 9 years ago
01ecdf3
Miscellaneous bitmap refactoring.
by Jason Evans
· 9 years ago
e3195fa
Cast PTRDIFF_MAX to size_t before adding 1.
by Jason Evans
· 9 years ago
0c516a0
Make *allocx() size class overflow behavior defined.
by Jason Evans
· 9 years ago
9e1810c
Silence miscellaneous 64-to-32-bit data loss warnings.
by Jason Evans
· 9 years ago
8f683b9
Make opt_narenas unsigned rather than size_t.
by Jason Evans
· 9 years ago
b41a07c
Fix Windows build issues
by Dmitri Smirnov
· 9 years ago
2b1fc90
Remove rbt_nil
by Dave Watson
· 9 years ago
0da8ce1
Use table lookup for run_quantize_{floor,ceil}().
by Jason Evans
· 9 years ago
a9a4684
Test run quantization.
by Jason Evans
· 9 years ago
9bad079
Refactor time_* into nstime_*.
by Jason Evans
· 9 years ago
a0aaad1
Handle unaligned keys in hash().
by Jason Evans
· 9 years ago
9f24c94
Increase test coverage in test_decay_ticks.
by Jason Evans
· 9 years ago
243f7a0
Implement decay-based unused dirty page purging.
by Jason Evans
· 9 years ago
8e82af1
Implement smoothstep table generation.
by Jason Evans
· 9 years ago
34676d3
Refactor prng* from cpp macros into inline functions.
by Jason Evans
· 9 years ago
9998000
Implement ticker.
by Jason Evans
· 9 years ago
94451d1
Flesh out time_*() API.
by Jason Evans
· 9 years ago
e5d5a4a
Add time_update().
by Cameron Evans
· 9 years ago
f829009
Add --with-malloc-conf.
by Jason Evans
· 9 years ago
49931bd
Fix test_stats_arenas_summary fragility.
by Jason Evans
· 9 years ago
b24f74b
Don't rely on unpurged chunks in xallocx() test.
by Jason Evans
· 9 years ago
6ab5f60
Add je_iterate, je_malloc_disable, and je_malloc_enable
by Colin Cross
· 9 years ago
14d6af1
Fix the ckh unit test.
by Christopher Ferris
· 9 years ago
6be84e0
Merge remote-tracking branch 'aosp/upstream-dev' into merge
by Christopher Ferris
· 9 years ago
710ca11
Add test for tree destruction
by Joshua Kahn
· 9 years ago
13b4015
Allow const keys for lookup
by Joshua Kahn
· 9 years ago
fed1f9f
Fix intermittent xallocx() test failures.
by Jason Evans
· 9 years ago
044047f
Remove fragile xallocx() test case.
by Jason Evans
· 9 years ago
03eb37e
Make mallocx() OOM test more robust.
by Jason Evans
· 9 years ago
d260f44
Fix xallocx(..., MALLOCX_ZERO) bugs.
by Jason Evans
· 9 years ago
2152329
Add mallocx() OOM tests.
by Jason Evans
· 9 years ago
65b940a
Loosen expected xallocx() results.
by Jason Evans
· 9 years ago
aca490f
Add more xallocx() overflow tests.
by Jason Evans
· 9 years ago
6f50cbc
Regenerate files and re-add android changes.
by Christopher Ferris
· 9 years ago
676df88
Rename arena_maxclass to large_maxclass.
by Jason Evans
· 9 years ago
560a4e1
Fix xallocx() bugs.
by Jason Evans
· 9 years ago
a00b107
Fix "prof.reset" mallctl-related corruption.
by Jason Evans
· 9 years ago
36629d2
Merge remote-tracking branch 'aosp/upstream-dev' into merge
by Christopher Ferris
· 9 years ago
594c759
Optimize arena_prof_tctx_set().
by Jason Evans
· 9 years ago
4a2a3c9
Don't purge junk filled chunks when shrinking huge allocations
by Mike Hommey
· 9 years ago
45e9f66
Fix arenas_cache_cleanup().
by Christopher Ferris
· 9 years ago
d01fd19
Rename index_t to szind_t to avoid an existing type on Solaris.
by Jason Evans
· 9 years ago
828d919
Fix test for MinGW.
by Jason Evans
· 9 years ago
38d8f50
Fix assertion in test.
by Jason Evans
· 9 years ago
03bf5b6
Try to decommit new chunks.
by Jason Evans
· 9 years ago
4be0c3c
Add no-OOM assertions to test.
by Jason Evans
· 9 years ago
Next »