summaryrefslogtreecommitdiffstats
path: root/src/huge.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-161-101/+19
* Add support for user-specified chunk allocators/deallocators.aravind2014-05-121-11/+14
* Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.Jason Evans2014-04-151-3/+3
* Use arena dss prec instead of default for huge allocs.Max Wang2014-03-281-10/+16
* Fix junk filling for mremap(2)-based huge reallocation.Jason Evans2014-02-251-0/+10
* Extract profiling code from [re]allocation functions.Jason Evans2014-01-121-6/+5
* Add junk/zero filling unit tests, and fix discovered bugs.Jason Evans2014-01-081-2/+25
* Don't junk-fill reallocations unless usize changes.Jason Evans2013-12-161-4/+0
* Implement the *allocx() API.Jason Evans2013-12-131-1/+1
* Refactor tests.Jason Evans2013-12-091-1/+1
* Add arena-specific and selective dss allocation.Jason Evans2012-10-131-3/+4
* Add the --enable-mremap option.Jason Evans2012-05-091-1/+1
* Use Get/SetLastError on Win32Mike Hommey2012-04-301-1/+1
* Fix chunk allocation/deallocation bugs.Jason Evans2012-04-211-2/+8
* Implement Valgrind support, redzones, and quarantine.Jason Evans2012-04-111-1/+1
* Add alignment support to chunk_alloc().Mike Hommey2012-04-101-84/+8
* Fix fork-related bugs.Jason Evans2012-03-131-0/+21
* Implement malloc_vsnprintf().Jason Evans2012-03-081-3/+2
* Remove the swap feature.Jason Evans2012-02-131-6/+4
* Reduce cpp conditional logic complexity.Jason Evans2012-02-111-51/+29
* Fix huge_ralloc to maintain chunk statistics.Jason Evans2011-11-111-5/+6
* Fix huge_ralloc() race when using mremap(2).Jason Evans2011-11-091-3/+9
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+379