Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_jemalloc
/
refs/heads/n-mr2
/
include
/
jemalloc
/
internal
ec8f099
Fix huge-aligned allocation.
by Jason Evans
· 9 years ago
791cbdf
jemalloc: Allow opting in for THP
by Alex Naidis
· 9 years ago
bf9b018
Update to jemalloc 4.4.0.
by Christopher Ferris
· 9 years ago
145f3cd
Add --disable-syscall.
by Jason Evans
· 9 years ago
d76e46d
Do not allow jemalloc to use syscall.
by Christopher Ferris
· 9 years ago
e98a620
Mark partially purged arena chunks as non-hugepage.
by Jason Evans
· 9 years ago
fc11f3c
Enable overriding JEMALLOC_{ALLOC,FREE}_JUNK.
by Jason Evans
· 9 years ago
f900402
Remove dss support in jemalloc.
by Christopher Ferris
· 9 years ago
949a27f
Add pthread_atfork(3) feature test.
by Jason Evans
· 9 years ago
62f2d84
Refactor madvise(2) configuration.
by Jason Evans
· 9 years ago
0d6a472
Avoid gcc tautological-compare warnings.
by Jason Evans
· 9 years ago
87004d2
Avoid negation of unsigned numbers.
by Jason Evans
· 9 years ago
5c77af9
Add extent serial numbers.
by Jason Evans
· 9 years ago
a2af09f
Remove overly restrictive stats_cactive_{add,sub}() assertions.
by Jason Evans
· 9 years ago
fb1f094
Merge remote-tracking branch 'aosp/upstream-new' into fix
by Christopher Ferris
· 9 years ago
7b8e74f
Revert "Define 64-bits atomics unconditionally"
by Jason Evans
· 9 years ago
5d6cb6e
Refactor prng to not use 64-bit atomics on 32-bit platforms.
by Jason Evans
· 9 years ago
e901263
Fix chunk_alloc_cache() to support decommitted allocation.
by Jason Evans
· 9 years ago
dd3ed23
Update symbol mangling.
by Jason Evans
· 9 years ago
da206df
Do not use syscall(2) on OS X 10.12 (deprecated).
by Jason Evans
· 9 years ago
3f2b8d9
Add os_unfair_lock support.
by Jason Evans
· 9 years ago
a99e0fa
Fix/refactor zone allocator integration code.
by Jason Evans
· 9 years ago
4752a54
Refactor witness_unlock() to fix undefined test behavior.
by Jason Evans
· 9 years ago
1d57c03
Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.
by Jason Evans
· 9 years ago
ed84764
Support static linking of jemalloc with glibc
by Dave Watson
· 9 years ago
962a297
Do not (recursively) allocate within tsd_fetch().
by Jason Evans
· 9 years ago
e2bcf03
Make dss operations lockless.
by Jason Evans
· 9 years ago
9737685
Add/use adaptive spinning.
by Jason Evans
· 9 years ago
d419bb0
Fix and simplify decay-based purging.
by Jason Evans
· 9 years ago
45a5bf6
Do not advance decay epoch when time goes backwards.
by Jason Evans
· 9 years ago
94e7ffa
Refactor arena->decay_* into arena->decay.* (arena_decay_t).
by Jason Evans
· 9 years ago
b732c39
Refine nstime_update().
by Jason Evans
· 9 years ago
5d8db15
Simplify run quantization.
by Jason Evans
· 9 years ago
f193fd8
Refactor runs_avail.
by Jason Evans
· 9 years ago
1abb49f
Implement pz2ind(), pind2sz(), and psz2u().
by Jason Evans
· 9 years ago
bcd5424
Use TSDN_NULL rather than NULL as appropriate.
by Jason Evans
· 9 years ago
af33e9a
Define 64-bits atomics unconditionally
by Mike Hommey
· 9 years ago
b54c0c2
Fix LG_QUANTUM definition for sparc64
by Eric Le Bihan
· 9 years ago
5acef86
Don't use compact red-black trees with the pgi compiler
by Elliot Ronaghan
· 9 years ago
d1207f0
Check for __builtin_unreachable at configure time
by Elliot Ronaghan
· 9 years ago
53bf335
Improve performance of jemalloc svelte config.
by Christopher Ferris
· 9 years ago
3545247
Updates to generated files for 4.2.1 release.
by Christopher Ferris
· 9 years ago
5ab62bd
Merge remote-tracking branch 'aosp/upstream-release' into fix
by Christopher Ferris
· 9 years ago
20cd2de
Add a missing prof_alloc_rollback() call.
by Jason Evans
· 9 years ago
05a9e4a
Fix potential VM map fragmentation regression.
by Jason Evans
· 9 years ago
73d3d58
Optimize witness fast path.
by Jason Evans
· 9 years ago
c1e00ef
Resolve bootstrapping issues when embedded in FreeBSD libc.
by Jason Evans
· 9 years ago
919e4a0
Add LG_QUANTUM definition for the RISC-V architecture.
by Jason Evans
· 9 years ago
1326010
Update private_symbols.txt.
by Jason Evans
· 9 years ago
3ef51d7
Optimize the fast paths of calloc() and [m,d,sd]allocx().
by Jason Evans
· 9 years ago
c2f970c
Modify pages_map() to support mapping uncommitted virtual memory.
by Jason Evans
· 9 years ago
c7682d7
Fix potential chunk leaks.
by Jason Evans
· 9 years ago
04c3c0f
Add the stats.retained and stats.arenas.<i>.retained statistics.
by Jason Evans
· 9 years ago
90827a3
Fix huge_palloc() regression.
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
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
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
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
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
a82070e
Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macros
by Chris Peterson
· 9 years ago
ce7c0f9
Fix potential chunk leaks.
by Jason Evans
· 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
61a6dfc
Constify various internal arena APIs.
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
22af74e
Refactor out signed/unsigned comparisons.
by Jason Evans
· 9 years ago
ca18f28
typecast address to pointer to byte to avoid unaligned memory access error
by Rajeev Misra
· 10 years ago
613cdc8
Convert arena_bin_t's runs from a tree to a heap.
by Jason Evans
· 10 years ago
4a0dbb5
Use pairing heap for arena->runs_avail
by Dave Watson
· 10 years ago
f8d80d6
Refactor ph_merge_ordered() out of ph_merge().
by Jason Evans
· 10 years ago
6bafa66
Pairing heap
by Dave Watson
· 10 years ago
a757810
Fix unaligned access in hash data.
by Christopher Ferris
· 10 years ago
473a185
Update generated files for 4.1.0 update.
by Christopher Ferris
· 10 years ago
fb9c9c8
Merge remote-tracking branch 'aosp/upstream-dev' into merge
by Christopher Ferris
· 10 years ago
022f689
Avoid a potential innocuous compiler warning.
by Jason Evans
· 10 years ago
3c07f80
Fix stats.arenas.<i>.[...] for --disable-stats case.
by Jason Evans
· 10 years ago
69acd25
Add/alphabetize private symbols.
by Jason Evans
· 10 years ago
40ee9aa
Fix stats.cactive accounting regression.
by Jason Evans
· 10 years ago
20fad34
Refactor some bitmap cpp logic.
by Jason Evans
· 10 years ago
b8823ab
Use linear scan for small bitmaps
by Dave Watson
· 10 years ago
01ecdf3
Miscellaneous bitmap refactoring.
by Jason Evans
· 10 years ago
42ce80e
Silence miscellaneous 64-to-32-bit data loss warnings.
by Jason Evans
· 10 years ago
0c516a0
Make *allocx() size class overflow behavior defined.
by Jason Evans
· 10 years ago
767d850
Refactor arenas array (fixes deadlock).
by Jason Evans
· 10 years ago
Next »