summaryrefslogtreecommitdiffstats
path: root/src/zone.c
Commit message (Expand)AuthorAgeFilesLines
* Header refactoring: Pull size helpers out of jemalloc module.David Goldblatt2017-05-311-1/+1
* Header refactoring: move assert.h out of the catch-allDavid Goldblatt2017-04-191-0/+3
* Header refactoring: Split up jemalloc_internal.hDavid Goldblatt2017-04-111-1/+2
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-10/+10
* Update brace style.Jason Evans2017-01-211-58/+38
* Add dummy implementations for most remaining OSX zone allocator functionsMike Hommey2017-01-181-10/+108
* Don't rely on OSX SDK malloc/malloc.h for malloc_zone struct definitionsMike Hommey2017-01-181-36/+86
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-11/+0
* Fix/refactor zone allocator integration code.Jason Evans2016-11-031-84/+107
* Formatting fixes.Jason Evans2016-09-261-9/+12
* Change how the default zone is foundMike Hommey2016-07-081-2/+29
* Avoid getting the same default zone twice in a row.Mike Hommey2016-07-081-2/+3
* Miscellaneous s/chunk/extent/ updates.Jason Evans2016-06-061-1/+1
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-061-4/+4
* Resolve bootstrapping issues when embedded in FreeBSD libc.Jason Evans2016-05-111-4/+4
* Add witness, a simple online locking validator.Jason Evans2016-04-141-4/+4
* Reuse previously computed valueDmitry-Me2015-11-121-2/+4
* Style and spelling fixes.Jason Evans2014-12-091-1/+1
* Whitespace cleanups.Jason Evans2014-09-051-7/+7
* Ensure the default purgeable zone is after the default zone on OS XMike Hommey2014-06-101-9/+25
* Prefer not_reached() over assert(false) where appropriate.Jason Evans2013-10-211-1/+1
* Don't register jemalloc's zone allocator if something else already replaced t...Mike Hommey2012-11-071-1/+11
* Implement Valgrind support, redzones, and quarantine.Jason Evans2012-04-111-5/+5
* Clean up *PAGE* macros.Jason Evans2012-04-021-1/+1
* Move last bit of zone initialization in zone.c, and lazy-initializeMike Hommey2012-04-021-0/+1
* Avoid crashes when system libraries use the purgeable zone allocatorMike Hommey2012-03-301-5/+26
* Move zone registration to zone.cMike Hommey2012-03-301-3/+19
* Make zone_{free, realloc, free_definite_size} fallback to the system allocato...Mike Hommey2012-03-261-4/+17
* Improve zone support for OSXMike Hommey2012-03-201-168/+23
* Unbreak mac after commit 4e2e3ddMike Hommey2012-03-201-1/+1
* Add --with-mangling.Jason Evans2012-03-021-13/+13
* Simplify zone_good_size().Jason Evans2012-02-291-15/+3
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+354