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
/
large.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Further updates to jemalloc code.
Christopher Ferris
2018-11-01
1
-1
/
+1
*
Add android extensions.
master-cuttlefish-testing-release
Christopher Ferris
2018-09-14
1
-0
/
+8
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
1
-6
/
+6
*
Header refactoring: unify and de-catchall extent_mmap module.
David Goldblatt
2017-05-31
1
-0
/
+1
*
Header refactoring: unify and de-catchall rtree module.
David Goldblatt
2017-05-31
1
-0
/
+1
*
Header refactoring: unify and de-catchall mutex module
David Goldblatt
2017-05-24
1
-0
/
+1
*
Stop depending on JEMALLOC_N() for function interception during testing.
Jason Evans
2017-05-11
1
-24
/
+8
*
Refactor !opt.munmap to opt.retain.
Jason Evans
2017-04-29
1
-1
/
+1
*
Replace --disable-munmap with opt.munmap.
Jason Evans
2017-04-24
1
-1
/
+1
*
Bypass extent tracking for auto arenas.
Qi Wang
2017-04-21
1
-9
/
+16
*
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
/
+2
*
Pass dalloc_ctx down the sdalloc path.
Qi Wang
2017-04-12
1
-1
/
+1
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
1
-1
/
+2
*
Remove extent dereferences from the deallocation fast paths.
Jason Evans
2017-03-22
1
-2
/
+1
*
Incorporate szind/slab into rtree leaves.
Jason Evans
2017-03-22
1
-6
/
+11
*
Convert extent_t's usize to szind.
Jason Evans
2017-03-22
1
-26
/
+23
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
1
-9
/
+12
*
Prefer pages_purge_forced() over memset().
Jason Evans
2017-03-13
1
-13
/
+20
*
Immediately purge cached extents if decay_time is 0.
Jason Evans
2017-03-02
1
-1
/
+2
*
Fix arena->stats.mapped accounting.
Jason Evans
2017-02-16
1
-0
/
+12
*
Convert arena->stats synchronization to atomics.
Jason Evans
2017-02-16
1
-6
/
+9
*
Disentangle arena and extent locking.
Jason Evans
2017-02-01
1
-20
/
+26
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-20
1
-5
/
+5
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-20
1
-23
/
+23
*
Update brace style.
Jason Evans
2017-01-20
1
-45
/
+42
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-11
/
+0
*
Refactor purging and splitting/merging.
Jason Evans
2016-12-26
1
-0
/
+6
*
Fix extent_alloc_cache[_locked]() to support decommitted allocation.
Jason Evans
2016-11-03
1
-2
/
+2
*
Make dss operations lockless.
Jason Evans
2016-10-13
1
-4
/
+4
*
Fix large_dalloc_impl() to always lock large_mtx.
Jason Evans
2016-09-23
1
-4
/
+7
*
Remove a stray memset(), and fix a junk filling test regression.
Jason Evans
2016-06-05
1
-2
/
+11
*
Modify extent hook functions to take an (extent_t *) argument.
Jason Evans
2016-06-05
1
-2
/
+2
*
Remove some unnecessary locking.
Jason Evans
2016-06-05
1
-20
/
+2
*
Rename most remaining *chunk* APIs to *extent*.
Jason Evans
2016-06-05
1
-14
/
+14
*
s/chunk_hook/extent_hook/g
Jason Evans
2016-06-05
1
-9
/
+10
*
Rename huge to large.
Jason Evans
2016-06-05
1
-0
/
+353