Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
jemalloc
/
c1e9cf47f93713e9d9b7c28c13b53f90d19a2c9d
c1e9cf4
Link against librt for clock_gettime(2) if glibc < 2.17.
by Jason Evans
· 9 years ago
7ba6e74
Fix a typo.
by Jason Evans
· 9 years ago
90827a3
Fix huge_palloc() regression.
by Jason Evans
· 9 years ago
21cda0d
Update ChangeLog for 4.1.1.
by Jason Evans
· 9 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
7e67495
Fix arena reset effects on large/huge stats.
by Jason Evans
· 9 years ago
2fe64d2
Fix arena_reset() test to avoid tcache.
by Jason Evans
· 9 years ago
259f8eb
Fix arena_choose_hard() regression.
by Jason Evans
· 9 years ago
71d9482
Fix degenerate mb_write() compilation error.
by Jason Evans
· 9 years ago
19ff2ce
Implement the arena.<i>.reset mallctl.
by Jason Evans
· 9 years ago
66cd953
Do not allocate metadata via non-auto arenas, nor tcaches.
by Jason Evans
· 9 years ago
c9a4bf9
Reduce a variable scope.
by Jason Evans
· 9 years ago
eb68842
Doc typo fixes.
by hitstergtd
· 9 years ago
b6e07d2
Fix malloc_mutex_assert_[not_]owner() for --enable-lazy-lock case.
by Jason Evans
· 9 years ago
ab0cfe0
Update private_symbols.txt.
by Jason Evans
· 9 years ago
a0c632c
Update private_symbols.txt
by Rajat Goel
· 9 years ago
1423ee9
Fix style nits.
by Jason Evans
· 9 years ago
1b58301
Fix malloc_mutex_[un]lock() to conditionally check witness.
by Jason Evans
· 9 years ago
d9394d0
Convert base_mtx locking protocol comments to assertions.
by Jason Evans
· 9 years ago
2288424
s/MALLOC_MUTEX_RANK_OMIT/WITNESS_RANK_OMIT/
by Jason Evans
· 9 years ago
a15841c
Fix a compilation error.
by Jason Evans
· 9 years ago
b2c0d63
Add witness, a simple online locking validator.
by Jason Evans
· 9 years ago
8413463
Fix a style nit.
by Jason Evans
· 9 years ago
bab58ef
Fix more 64-to-32 conversion warnings.
by Jason Evans
· 9 years ago
0043233
Fix 64-to-32 conversion warnings in 32-bit mode
by rustyx
· 9 years ago
bc26d7d
Cleanup MSVC project, embed PDB data inside static .lib
by rustyx
· 9 years ago
e764271
Fix malloc_stats_print() to print correct opt.narenas value.
by Jason Evans
· 9 years ago
667eca2
Simplify RTREE_HEIGHT_MAX definition.
by Jason Evans
· 9 years ago
245ae60
Support --with-lg-page values larger than actual page size.
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
2ee2f1e
Reduce differences between alternative bitmap implementations.
by Jason Evans
· 9 years ago
4a8abbb
Fix bitmap_sfu() regression.
by Jason Evans
· 9 years ago
a3c4193
Fix a compilation warning in the ph test code.
by Jason Evans
· 9 years ago
b582d2a
Update implementation details docs re: PTRDIFF_MAX.
by Jason Evans
· 9 years ago
a82070e
Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macros
by Chris Peterson
· 9 years ago
f86bc08
Update a comment.
by Jason Evans
· 9 years ago
ce7c0f9
Fix potential chunk leaks.
by Jason Evans
· 9 years ago
0bc716a
Fix -Wunreachable-code warning in malloc_vsnprintf().
by Chris Peterson
· 9 years ago
f306028
Remove unused arenas_extend() function declaration.
by Chris Peterson
· 9 years ago
af3184c
Use abort() for fallback implementations of unreachable().
by Jason Evans
· 9 years ago
232b13d
Fix MSVC project
by rustyx
· 9 years ago
ff63dca
Avoid blindly enabling assertions for header code when testing.
by Jason Evans
· 9 years ago
61a6dfc
Constify various internal arena APIs.
by Jason Evans
· 9 years ago
f6bd2e5
Code formatting fixes.
by Jason Evans
· 9 years ago
6a88519
Always inline performance-critical rtree operations.
by Jason Evans
· 9 years ago
6c460ad
Optimize rtree_get().
by Jason Evans
· 9 years ago
18903c5
Enable -Wsign-compare warnings.
by Chris Peterson
· 9 years ago
22af74e
Refactor out signed/unsigned comparisons.
by Jason Evans
· 9 years ago
434ea64
Add --with-version.
by Jason Evans
· 9 years ago
824b947
Add (size_t) casts to MALLOCX_ALIGN().
by Jason Evans
· 9 years ago
ca18f28
typecast address to pointer to byte to avoid unaligned memory access error
by Rajeev Misra
· 9 years ago
613cdc8
Convert arena_bin_t's runs from a tree to a heap.
by Jason Evans
· 9 years ago
4a0dbb5
Use pairing heap for arena->runs_avail
by Dave Watson
· 9 years ago
f8d80d6
Refactor ph_merge_ordered() out of ph_merge().
by Jason Evans
· 9 years ago
34dca56
Unittest for pairing heap
by Dave Watson
· 9 years ago
6bafa66
Pairing heap
by Dave Watson
· 9 years ago
e3998c6
Replace contributor name with github account.
by Jason Evans
· 9 years ago
022f689
Avoid a potential innocuous compiler warning.
by Jason Evans
· 9 years ago
33184bf
Fix stack corruption and uninitialized var warning
by Dmitri Smirnov
· 9 years ago
0e1d5c2
Fix MSVC project and improve MSVC lib naming (v140 -> vc140)
by rustyx
· 9 years ago
86478b2
Remove errno overrides.
by Dmitri Smirnov
· 9 years ago
994da42
Update copyright dates for 2016.
by Jason Evans
· 9 years ago
df900db
Merge branch 'dev'
by Jason Evans
· 9 years ago
3a34261
Update ChangeLog for 4.1.0.
by Jason Evans
· 9 years ago
e270a8f
Make test_threads more generic
by rustyx
· 9 years ago
e025c51
Update ChangeLog.
by Jason Evans
· 9 years ago
7d30554
Fix decay tests for --disable-tcache case.
by Jason Evans
· 9 years ago
39f5875
Fix a potential tsd cleanup leak.
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
69acd25
Add/alphabetize private symbols.
by Jason Evans
· 9 years ago
40ee9aa
Fix stats.cactive accounting regression.
by Jason Evans
· 9 years ago
14be4a7
Update ChangeLog in preparation for 4.1.0.
by Jason Evans
· 9 years ago
3763d3b
Refactor arena_cactive_update() into arena_cactive_{add,sub}().
by Jason Evans
· 9 years ago
a62e94c
Remove invalid tests.
by Jason Evans
· 9 years ago
d412624
Move retaining out of default chunk hooks
by buchgr
· 9 years ago
20fad34
Refactor some bitmap cpp logic.
by Jason Evans
· 9 years ago
b8823ab
Use linear scan for small bitmaps
by Dave Watson
· 9 years ago
01ecdf3
Miscellaneous bitmap refactoring.
by Jason Evans
· 9 years ago
4c4ee29
Improve test_threads performance
by rustyx
· 9 years ago
ebd00e9
Fix MSVC project
by rustyx
· 9 years ago
42ce80e
Silence miscellaneous 64-to-32-bit data loss warnings.
by Jason Evans
· 9 years ago
8282a2a
Remove a superfluous comment.
by Jason Evans
· 9 years ago
9d2c10f
Add more HUGE_MAXCLASS overflow checks.
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
767d850
Refactor arenas array (fixes deadlock).
by Jason Evans
· 9 years ago
3812729
Fix arena_size computation.
by Dave Watson
· 9 years ago
cd86c14
Fix arena_run_first_best_fit
by Dave Watson
· 9 years ago
c7a9a6c
Attempt mmap-based in-place huge reallocation.
by Jason Evans
· 9 years ago
5ec703d
Document the heap profile format.
by Jason Evans
· 9 years ago
f591d26
Update manual to reflect removal of global huge object tree.
by Jason Evans
· 9 years ago
aa63d5d
Fix ffs_zu() compilation error on MinGW.
by Jason Evans
· 9 years ago
ca8fffb
Silence miscellaneous 64-to-32-bit data loss warnings.
by Jason Evans
· 9 years ago
b3d0070
Compile with -Wshorten-64-to-32.
by Jason Evans
· 9 years ago
Next »