summaryrefslogtreecommitdiffstats
path: root/src/chunk_mmap.c
Commit message (Expand)AuthorAgeFilesLines
* Rename most remaining *chunk* APIs to *extent*.Jason Evans2016-06-061-76/+0
* Allow chunks to not be naturally aligned.Jason Evans2016-06-031-1/+0
* Refactor chunk_dalloc_{cache,wrapper}() to take extent arguments.Jason Evans2016-06-031-1/+0
* Modify pages_map() to support mapping uncommitted virtual memory.Jason Evans2016-05-061-7/+3
* Support --with-lg-page values larger than actual page size.Jason Evans2016-04-111-1/+1
* Attempt mmap-based in-place huge reallocation.Jason Evans2016-02-251-4/+6
* Reduce variable scope.Dmitry-Me2015-09-151-2/+4
* Try to decommit new chunks.Jason Evans2015-08-121-2/+4
* Implement chunk hook support for page run commit/decommit.Jason Evans2015-08-071-3/+5
* Generalize chunk management hooks.Jason Evans2015-08-041-131/+0
* We have pages_unmap(ret, size) so we use it.Igor Podlesny2015-03-241-9/+1
* Convert to uniform style: cond == false --> !condJason Evans2014-10-031-2/+2
* Add check for madvise(2) to configure.ac.Richard Diamond2014-06-031-2/+5
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-161-1/+1
* Refactor tests.Jason Evans2013-12-091-2/+2
* Fix mlockall()/madvise() interaction.Jason Evans2012-10-091-2/+10
* Fix chunk_alloc_mmap() bugs.Jason Evans2012-05-091-35/+10
* Use Get/SetLastError on Win32Mike Hommey2012-04-301-2/+2
* Add support for MingwMike Hommey2012-04-221-29/+79
* Remove mmap_unaligned.Jason Evans2012-04-221-74/+26
* Fix a memory corruption bug in chunk_alloc_dss().Jason Evans2012-04-211-6/+10
* Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) callsMike Hommey2012-04-191-0/+14
* Disable munmap() if it causes VM map holes.Jason Evans2012-04-131-2/+5
* Normalize aligned allocation algorithms.Jason Evans2012-04-121-32/+18
* Add alignment support to chunk_alloc().Mike Hommey2012-04-101-18/+17
* Remove MAP_NORESERVE supportMike Hommey2012-04-101-27/+14
* Implement tsd.Jason Evans2012-03-231-22/+18
* Invert NO_TLS to JEMALLOC_TLS.Jason Evans2012-03-191-2/+2
* Implement malloc_vsnprintf().Jason Evans2012-03-081-6/+3
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+239