| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename most remaining *chunk* APIs to *extent*. | Jason Evans | 2016-06-06 | 1 | -76/+0 |
|
|
* | Allow chunks to not be naturally aligned. | Jason Evans | 2016-06-03 | 1 | -1/+0 |
|
|
* | Refactor chunk_dalloc_{cache,wrapper}() to take extent arguments. | Jason Evans | 2016-06-03 | 1 | -1/+0 |
|
|
* | Modify pages_map() to support mapping uncommitted virtual memory. | Jason Evans | 2016-05-06 | 1 | -7/+3 |
|
|
* | Support --with-lg-page values larger than actual page size. | Jason Evans | 2016-04-11 | 1 | -1/+1 |
|
|
* | Attempt mmap-based in-place huge reallocation. | Jason Evans | 2016-02-25 | 1 | -4/+6 |
|
|
* | Reduce variable scope. | Dmitry-Me | 2015-09-15 | 1 | -2/+4 |
|
|
* | Try to decommit new chunks. | Jason Evans | 2015-08-12 | 1 | -2/+4 |
|
|
* | Implement chunk hook support for page run commit/decommit. | Jason Evans | 2015-08-07 | 1 | -3/+5 |
|
|
* | Generalize chunk management hooks. | Jason Evans | 2015-08-04 | 1 | -131/+0 |
|
|
* | We have pages_unmap(ret, size) so we use it. | Igor Podlesny | 2015-03-24 | 1 | -9/+1 |
|
|
* | Convert to uniform style: cond == false --> !cond | Jason Evans | 2014-10-03 | 1 | -2/+2 |
|
|
* | Add check for madvise(2) to configure.ac. | Richard Diamond | 2014-06-03 | 1 | -2/+5 |
|
|
* | Refactor huge allocation to be managed by arenas. | Jason Evans | 2014-05-16 | 1 | -1/+1 |
|
|
* | Refactor tests. | Jason Evans | 2013-12-09 | 1 | -2/+2 |
|
|
* | Fix mlockall()/madvise() interaction. | Jason Evans | 2012-10-09 | 1 | -2/+10 |
|
|
* | Fix chunk_alloc_mmap() bugs. | Jason Evans | 2012-05-09 | 1 | -35/+10 |
|
|
* | Use Get/SetLastError on Win32 | Mike Hommey | 2012-04-30 | 1 | -2/+2 |
|
|
* | Add support for Mingw | Mike Hommey | 2012-04-22 | 1 | -29/+79 |
|
|
* | Remove mmap_unaligned. | Jason Evans | 2012-04-22 | 1 | -74/+26 |
|
|
* | Fix a memory corruption bug in chunk_alloc_dss(). | Jason Evans | 2012-04-21 | 1 | -6/+10 |
|
|
* | Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) calls | Mike Hommey | 2012-04-19 | 1 | -0/+14 |
|
|
* | Disable munmap() if it causes VM map holes. | Jason Evans | 2012-04-13 | 1 | -2/+5 |
|
|
* | Normalize aligned allocation algorithms. | Jason Evans | 2012-04-12 | 1 | -32/+18 |
|
|
* | Add alignment support to chunk_alloc(). | Mike Hommey | 2012-04-10 | 1 | -18/+17 |
|
|
* | Remove MAP_NORESERVE support | Mike Hommey | 2012-04-10 | 1 | -27/+14 |
|
|
* | Implement tsd. | Jason Evans | 2012-03-23 | 1 | -22/+18 |
|
|
* | Invert NO_TLS to JEMALLOC_TLS. | Jason Evans | 2012-03-19 | 1 | -2/+2 |
|
|
* | Implement malloc_vsnprintf(). | Jason Evans | 2012-03-08 | 1 | -6/+3 |
|
|
* | Move repo contents in jemalloc/ to top level. | Jason Evans | 2011-04-01 | 1 | -0/+239 |
|
|