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
*
Refactor *decay_time into *decay_ms.
Jason Evans
2017-05-18
1
-4
/
+8
*
Refactor (MALLOCX_ARENA_MAX + 1) to be MALLOCX_ARENA_LIMIT.
Jason Evans
2017-05-14
1
-5
/
+5
*
Automatically generate private symbol name mangling macros.
Jason Evans
2017-05-11
1
-18
/
+29
*
Header refactoring: tsd - cleanup and dependency breaking.
David Goldblatt
2017-05-01
1
-2
/
+6
*
Refactor !opt.munmap to opt.retain.
Jason Evans
2017-04-29
1
-1
/
+1
*
Header refactoring: ctl - unify and remove from catchall.
David Goldblatt
2017-04-25
1
-0
/
+1
*
Replace --disable-munmap with opt.munmap.
Jason Evans
2017-04-24
1
-22
/
+16
*
Header refactoring: size_classes module - remove from the catchall
David Goldblatt
2017-04-24
1
-0
/
+1
*
Header refactoring: ticker module - remove from the catchall and unify.
David Goldblatt
2017-04-24
1
-0
/
+1
*
Get rid of most of the various inline macros.
David Goldblatt
2017-04-24
1
-16
/
+16
*
Enable -Wundef, when supported.
David Goldblatt
2017-04-21
1
-9
/
+1
*
Remove --enable-ivsalloc.
Jason Evans
2017-04-21
1
-4
/
+11
*
Remove --disable-tcache.
Jason Evans
2017-04-21
1
-8
/
+5
*
Support --with-lg-page values larger than system page size.
Jason Evans
2017-04-18
1
-1
/
+3
*
Header refactoring: unify spin.h and move it out of the catch-all.
David Goldblatt
2017-04-18
1
-0
/
+1
*
Header refactoring: move jemalloc_internal_types.h out of the catch-all
David Goldblatt
2017-04-18
1
-0
/
+1
*
Header refactoring: move assert.h out of the catch-all
David Goldblatt
2017-04-18
1
-0
/
+1
*
Header refactoring: move util.h out of the catchall
David Goldblatt
2017-04-18
1
-0
/
+1
*
Header refactoring: move malloc_io.h out of the catchall
David Goldblatt
2017-04-18
1
-0
/
+1
*
Switch to fine-grained reentrancy support.
Qi Wang
2017-04-14
1
-71
/
+50
*
Bundle 3 branches on fast path into tsd_state.
Qi Wang
2017-04-14
1
-36
/
+65
*
Pass alloc_ctx down profiling path.
Qi Wang
2017-04-12
1
-30
/
+54
*
Pass dalloc_ctx down the sdalloc path.
Qi Wang
2017-04-12
1
-2
/
+11
*
Header refactoring: move atomic.h out of the catch-all
David Goldblatt
2017-04-11
1
-0
/
+2
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
1
-1
/
+2
*
Pass dealloc_ctx down free() fast path.
Qi Wang
2017-04-11
1
-5
/
+13
*
Move reentrancy_level to the beginning of TSD.
Qi Wang
2017-04-07
1
-1
/
+1
*
Add basic reentrancy-checking support, and allow arena_new to reenter.
David Goldblatt
2017-04-07
1
-12
/
+82
*
Integrate auto tcache into TSD.
Qi Wang
2017-04-07
1
-8
/
+8
*
Move arena-tracking atomics in jemalloc.c to C11-style
David Goldblatt
2017-04-05
1
-6
/
+8
*
Do proper cleanup for tsd_state_reincarnated.
Qi Wang
2017-04-04
1
-7
/
+2
*
Force inline ifree to avoid function call costs on fast path.
Qi Wang
2017-03-24
1
-2
/
+2
*
Push down iealloc() calls.
Jason Evans
2017-03-22
1
-84
/
+57
*
Remove extent dereferences from the deallocation fast paths.
Jason Evans
2017-03-22
1
-18
/
+14
*
Remove extent arg from isalloc() and arena_salloc().
Jason Evans
2017-03-22
1
-16
/
+13
*
Not re-binding iarena when migrate between arenas.
Qi Wang
2017-03-21
1
-1
/
+0
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
1
-2
/
+4
*
Implement per-CPU arena.
Qi Wang
2017-03-08
1
-24
/
+115
*
Fix arena_prefork lock rank order for witness.
Qi Wang
2017-03-08
1
-6
/
+14
*
Store associated arena in tcache.
Qi Wang
2017-03-07
1
-0
/
+1
*
Add casts to CONF_HANDLE_T_U().
Jason Evans
2017-02-28
1
-4
/
+4
*
Synchronize arena->tcache_ql with arena->tcache_ql_mtx.
Jason Evans
2017-02-16
1
-8
/
+3
*
Replace spin_init() with SPIN_INITIALIZER.
Jason Evans
2017-02-08
1
-3
/
+1
*
Optimize compute_size_with_overflow().
Jason Evans
2017-02-03
1
-5
/
+16
*
Fix compute_size_with_overflow().
Jason Evans
2017-02-03
1
-1
/
+1
*
Fix/refactor tcaches synchronization.
Jason Evans
2017-02-01
1
-0
/
+3
*
Fix a bug in which a potentially invalid usize replaced size
David Goldblatt
2017-01-25
1
-3
/
+3
*
Avoid redeclaring glibc's secure_getenv
Tamir Duberstein
2017-01-25
1
-4
/
+6
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-20
1
-47
/
+47
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-20
1
-83
/
+81
[next]