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
/
zone.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix deadlock in multithreaded fork in OS X.
David Goldblatt
2017-07-10
1
-6
/
+24
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
1
-1
/
+1
*
Header refactoring: move assert.h out of the catch-all
David Goldblatt
2017-04-18
1
-0
/
+3
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
1
-1
/
+2
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-20
1
-10
/
+10
*
Update brace style.
Jason Evans
2017-01-20
1
-58
/
+38
*
Add dummy implementations for most remaining OSX zone allocator functions
Mike Hommey
2017-01-17
1
-10
/
+108
*
Don't rely on OSX SDK malloc/malloc.h for malloc_zone struct definitions
Mike Hommey
2017-01-17
1
-36
/
+86
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-11
/
+0
*
Fix/refactor zone allocator integration code.
Jason Evans
2016-11-02
1
-84
/
+107
*
Formatting fixes.
Jason Evans
2016-09-26
1
-9
/
+12
*
Change how the default zone is found
Mike Hommey
2016-07-08
1
-2
/
+29
*
Avoid getting the same default zone twice in a row.
Mike Hommey
2016-07-08
1
-2
/
+3
*
Miscellaneous s/chunk/extent/ updates.
Jason Evans
2016-06-05
1
-1
/
+1
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-05
1
-4
/
+4
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-10
1
-4
/
+4
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-4
/
+4
*
Reuse previously computed value
Dmitry-Me
2015-11-12
1
-2
/
+4
*
Style and spelling fixes.
Jason Evans
2014-12-08
1
-1
/
+1
*
Whitespace cleanups.
Jason Evans
2014-09-04
1
-7
/
+7
*
Ensure the default purgeable zone is after the default zone on OS X
Mike Hommey
2014-06-10
1
-9
/
+25
*
Prefer not_reached() over assert(false) where appropriate.
Jason Evans
2013-10-21
1
-1
/
+1
*
Don't register jemalloc's zone allocator if something else already replaced t...
Mike Hommey
2012-11-06
1
-1
/
+11
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
1
-5
/
+5
*
Clean up *PAGE* macros.
Jason Evans
2012-04-02
1
-1
/
+1
*
Move last bit of zone initialization in zone.c, and lazy-initialize
Mike Hommey
2012-04-02
1
-0
/
+1
*
Avoid crashes when system libraries use the purgeable zone allocator
Mike Hommey
2012-03-30
1
-5
/
+26
*
Move zone registration to zone.c
Mike Hommey
2012-03-30
1
-3
/
+19
*
Make zone_{free, realloc, free_definite_size} fallback to the system allocato...
Mike Hommey
2012-03-26
1
-4
/
+17
*
Improve zone support for OSX
Mike Hommey
2012-03-20
1
-168
/
+23
*
Unbreak mac after commit 4e2e3dd
Mike Hommey
2012-03-20
1
-1
/
+1
*
Add --with-mangling.
Jason Evans
2012-03-01
1
-13
/
+13
*
Simplify zone_good_size().
Jason Evans
2012-02-29
1
-15
/
+3
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-03-31
1
-0
/
+354