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
*
Add extent_grow_mtx in pre_ / post_fork handlers.
Qi Wang
2017-06-29
1
-1
/
+4
*
Switch ctl to explicitly use tsd instead of tsdn.
Qi Wang
2017-06-23
1
-5
/
+4
*
Check arena in current context in pre_reentrancy.
Qi Wang
2017-06-23
1
-1
/
+1
*
Fix assertion typos.
Jason Evans
2017-06-23
1
-1
/
+1
*
Add minimal initialized TSD.
Qi Wang
2017-06-15
1
-1
/
+9
*
Not re-enable background thread after fork.
Qi Wang
2017-06-12
1
-1
/
+0
*
Update a UTRACE() size argument.
Jason Evans
2017-06-08
1
-1
/
+1
*
Drop high rank locks when creating threads.
Qi Wang
2017-06-08
1
-1
/
+35
*
Make tsd no-cleanup during tsd reincarnation.
Qi Wang
2017-06-07
1
-1
/
+2
*
Set reentrancy level to 1 during init.
Qi Wang
2017-06-02
1
-15
/
+28
*
Refactor/fix background_thread/percpu_arena bootstrapping.
Jason Evans
2017-06-01
1
-27
/
+36
*
Witness assertions: only assert locklessness when non-reentrant.
David Goldblatt
2017-05-31
1
-49
/
+62
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
1
-125
/
+24
*
Header refactoring: unify and de-catchall extent_mmap module.
David Goldblatt
2017-05-31
1
-0
/
+1
*
Header refactoring: unify and de-catchall extent_dss.
David Goldblatt
2017-05-31
1
-0
/
+1
*
Header refactoring: unify and de-catchall rtree module.
David Goldblatt
2017-05-31
1
-0
/
+1
*
Explicitly say so when aborting on opt_abort_conf.
Qi Wang
2017-05-30
1
-2
/
+10
*
Add opt.stats_print_opts.
Qi Wang
2017-05-29
1
-1
/
+30
*
Added opt_abort_conf: abort on invalid config options.
Qi Wang
2017-05-26
1
-0
/
+18
*
Header refactoring: unify and de-catchall mutex module
David Goldblatt
2017-05-24
1
-0
/
+1
*
Header refactoring: unify and de-catchall witness code.
David Goldblatt
2017-05-24
1
-38
/
+40
*
Implementing opt.background_thread.
Qi Wang
2017-05-23
1
-3
/
+50
*
Allow mutexes to take a lock ordering enum at construction.
David Goldblatt
2017-05-19
1
-2
/
+4
*
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
[next]