index
:
platform_external_jemalloc_new
android10-c2f2-release
android10-c2f2-s1-release
android10-c2f2-s2-release
android10-d4-release
android10-d4-s1-release
android10-dev
android10-gsi
android10-mainline-a-release
android10-mainline-media-release
android10-mainline-networking-release
android10-mainline-release
android10-mainline-resolv-release
android10-mainline-tzdata-release
android10-qpr1-b-release
android10-qpr1-b-s1-release
android10-qpr1-c-release
android10-qpr1-c-s1-release
android10-qpr1-d-release
android10-qpr1-mainline-release
android10-qpr1-release
android10-qpr2-release
android10-qpr2-s1-release
android10-qpr2-s2-release
android10-qpr2-s3-release
android10-qpr2-s4-release
android10-qpr3-release
android10-qpr3-s1-release
android10-release
android10-s1-release
android10-s2-release
android10-s3-release
android10-security-release
android10-tests-release
android11-dev
android11-gsi
android11-mainline-release
android11-release
android11-tests-release
master
master-cuttlefish-testing-release
master-plus-llvm
ndk-sysroot-r21
sdk-release
simpleperf-release
upstream-dev
upstream-jemalloc
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jemalloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement per arena base allocators.
Jason Evans
2016-12-26
1
-18
/
+17
*
Add pthread_atfork(3) feature test.
Jason Evans
2016-11-17
1
-2
/
+3
*
Avoid gcc type-limits warnings.
Jason Evans
2016-11-16
1
-12
/
+30
*
Fix psz/pind edge cases.
Jason Evans
2016-11-03
1
-1
/
+2
*
Check for existance of CPU_COUNT macro before using it.
Dave Watson
2016-11-02
1
-1
/
+7
*
Do not mark malloc_conf as weak on Windows.
Jason Evans
2016-10-29
1
-1
/
+1
*
Do not mark malloc_conf as weak for unit tests.
Jason Evans
2016-10-28
1
-1
/
+5
*
Support static linking of jemalloc with glibc
Dave Watson
2016-10-28
1
-0
/
+31
*
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-20
1
-1
/
+1
*
Make dss operations lockless.
Jason Evans
2016-10-13
1
-5
/
+1
*
Add/use adaptive spinning.
Jason Evans
2016-10-13
1
-1
/
+4
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
1
-4
/
+0
*
Remove ratio-based purging.
Jason Evans
2016-10-12
1
-19
/
+0
*
Fix arena_bind().
Qi Wang
2016-09-22
1
-6
/
+7
*
Make tsd cleanup functions optional, remove noop cleanup functions.
Jason Evans
2016-06-05
1
-28
/
+0
*
Fix rallocx() sampling code to not eagerly commit sampler update.
Jason Evans
2016-06-05
1
-3
/
+3
*
Relax opt_lg_chunk clamping constraints.
Jason Evans
2016-06-05
1
-10
/
+2
*
Rename most remaining *chunk* APIs to *extent*.
Jason Evans
2016-06-05
1
-4
/
+4
*
s/chunk_lookup/extent_lookup/g, s/chunks_rtree/extents_rtree/g
Jason Evans
2016-06-05
1
-0
/
+2
*
s/chunk_hook/extent_hook/g
Jason Evans
2016-06-05
1
-8
/
+10
*
Rename huge to large.
Jason Evans
2016-06-05
1
-16
/
+16
*
Move slabs out of chunks.
Jason Evans
2016-06-05
1
-22
/
+24
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-05
1
-24
/
+22
*
Refactor rtree to always use base_alloc() for node allocation.
Jason Evans
2016-06-03
1
-26
/
+30
*
Use rtree-based chunk lookups rather than pointer bit twiddling.
Jason Evans
2016-06-03
1
-92
/
+118
*
Simplify run quantization.
Jason Evans
2016-05-16
1
-2
/
+1
*
Refactor runs_avail.
Jason Evans
2016-05-16
1
-3
/
+14
*
Implement pz2ind(), pind2sz(), and psz2u().
Jason Evans
2016-05-13
1
-2
/
+2
*
Initialize arena_bin_info at compile time rather than at boot time.
Jason Evans
2016-05-13
1
-2
/
+2
*
Remove redzone support.
Jason Evans
2016-05-13
1
-9
/
+6
*
Remove quarantine support.
Jason Evans
2016-05-13
1
-46
/
+21
*
Remove Valgrind support.
Jason Evans
2016-05-13
1
-86
/
+9
*
Use TSDN_NULL rather than NULL as appropriate.
Jason Evans
2016-05-12
1
-2
/
+2
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-10
1
-244
/
+270
*
Fix tsd bootstrapping for a0malloc().
Jason Evans
2016-05-07
1
-27
/
+31
*
Optimize the fast paths of calloc() and [m,d,sd]allocx().
Jason Evans
2016-05-06
1
-186
/
+114
*
Modify pages_map() to support mapping uncommitted virtual memory.
Jason Evans
2016-05-05
1
-0
/
+1
*
Fix witness/fork() interactions.
Jason Evans
2016-04-26
1
-3
/
+3
*
Fix fork()-related lock rank ordering reversals.
Jason Evans
2016-04-25
1
-12
/
+29
*
Fix arena_choose_hard() regression.
Jason Evans
2016-04-22
1
-1
/
+1
*
Do not allocate metadata via non-auto arenas, nor tcaches.
Jason Evans
2016-04-22
1
-37
/
+75
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-147
/
+230
*
Fix a potential tsd cleanup leak.
Jason Evans
2016-02-27
1
-0
/
+3
*
Add more HUGE_MAXCLASS overflow checks.
Jason Evans
2016-02-25
1
-23
/
+34
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
1
-24
/
+44
*
Refactor arenas array (fixes deadlock).
Jason Evans
2016-02-24
1
-151
/
+90
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
1
-1
/
+1
*
Use ssize_t for readlink() rather than int.
Jason Evans
2016-02-24
1
-1
/
+1
*
Make opt_narenas unsigned rather than size_t.
Jason Evans
2016-02-24
1
-8
/
+12
*
Refactor time_* into nstime_*.
Jason Evans
2016-02-21
1
-1
/
+1
[next]