summaryrefslogtreecommitdiffstats
path: root/src/zone.c
Commit message (Expand)AuthorAgeFilesLines
* 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