| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Introduce two new modes of junk filling: "alloc" and "free". | Guilherme Goncalves | 2014-12-15 | 1 | -6/+6 |
|
|
* | Fix OOM cleanup in huge_palloc(). | Jason Evans | 2014-12-05 | 1 | -6/+2 |
|
|
* | Fix pointer arithmetic undefined behavior. | Jason Evans | 2014-11-17 | 1 | -13/+24 |
|
|
* | use sized deallocation internally for ralloc | Daniel Micay | 2014-10-16 | 1 | -1/+1 |
|
|
* | Purge/zero sub-chunk huge allocations as necessary. | Jason Evans | 2014-10-16 | 1 | -24/+51 |
|
|
* | Fix huge allocation statistics. | Jason Evans | 2014-10-15 | 1 | -74/+19 |
|
|
* | Add per size class huge allocation statistics. | Jason Evans | 2014-10-13 | 1 | -64/+104 |
|
|
* | Add configure options. | Jason Evans | 2014-10-10 | 1 | -23/+29 |
|
|
* | Use regular arena allocation for huge tree nodes. | Daniel Micay | 2014-10-08 | 1 | -4/+5 |
|
|
* | Refactor/fix arenas manipulation. | Jason Evans | 2014-10-08 | 1 | -1/+5 |
|
|
* | Normalize size classes. | Jason Evans | 2014-10-06 | 1 | -32/+81 |
|
|
* | Attempt to expand huge allocations in-place. | Daniel Micay | 2014-10-05 | 1 | -4/+70 |
|
|
* | Convert to uniform style: cond == false --> !cond | Jason Evans | 2014-10-03 | 1 | -4/+4 |
|
|
* | Implement in-place huge allocation shrinking. | Daniel Micay | 2014-10-01 | 1 | -27/+62 |
|
|
* | Convert all tsd variables to reside in a single tsd structure. | Jason Evans | 2014-09-23 | 1 | -10/+11 |
|
|
* | Apply likely()/unlikely() to allocation/deallocation fast paths. | Jason Evans | 2014-09-12 | 1 | -3/+3 |
|
|
* | Optimize [nmd]alloc() fast paths. | Jason Evans | 2014-09-07 | 1 | -1/+1 |
|
|
* | Implement per thread heap profiling. | Jason Evans | 2014-08-20 | 1 | -6/+6 |
|
|
* | Refactor huge allocation to be managed by arenas. | Jason Evans | 2014-05-16 | 1 | -101/+19 |
|
|
* | Add support for user-specified chunk allocators/deallocators. | aravind | 2014-05-12 | 1 | -11/+14 |
|
|
* | Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug. | Jason Evans | 2014-04-15 | 1 | -3/+3 |
|
|
* | Use arena dss prec instead of default for huge allocs. | Max Wang | 2014-03-28 | 1 | -10/+16 |
|
|
* | Fix junk filling for mremap(2)-based huge reallocation. | Jason Evans | 2014-02-25 | 1 | -0/+10 |
|
|
* | Extract profiling code from [re]allocation functions. | Jason Evans | 2014-01-12 | 1 | -6/+5 |
|
|
* | Add junk/zero filling unit tests, and fix discovered bugs. | Jason Evans | 2014-01-08 | 1 | -2/+25 |
|
|
* | Don't junk-fill reallocations unless usize changes. | Jason Evans | 2013-12-16 | 1 | -4/+0 |
|
|
* | Implement the *allocx() API. | Jason Evans | 2013-12-13 | 1 | -1/+1 |
|
|
* | Refactor tests. | Jason Evans | 2013-12-09 | 1 | -1/+1 |
|
|
* | Add arena-specific and selective dss allocation. | Jason Evans | 2012-10-13 | 1 | -3/+4 |
|
|
* | Add the --enable-mremap option. | Jason Evans | 2012-05-09 | 1 | -1/+1 |
|
|
* | Use Get/SetLastError on Win32 | Mike Hommey | 2012-04-30 | 1 | -1/+1 |
|
|
* | Fix chunk allocation/deallocation bugs. | Jason Evans | 2012-04-21 | 1 | -2/+8 |
|
|
* | Implement Valgrind support, redzones, and quarantine. | Jason Evans | 2012-04-11 | 1 | -1/+1 |
|
|
* | Add alignment support to chunk_alloc(). | Mike Hommey | 2012-04-10 | 1 | -84/+8 |
|
|
* | Fix fork-related bugs. | Jason Evans | 2012-03-13 | 1 | -0/+21 |
|
|
* | Implement malloc_vsnprintf(). | Jason Evans | 2012-03-08 | 1 | -3/+2 |
|
|
* | Remove the swap feature. | Jason Evans | 2012-02-13 | 1 | -6/+4 |
|
|
* | Reduce cpp conditional logic complexity. | Jason Evans | 2012-02-11 | 1 | -51/+29 |
|
|
* | Fix huge_ralloc to maintain chunk statistics. | Jason Evans | 2011-11-11 | 1 | -5/+6 |
|
|
* | Fix huge_ralloc() race when using mremap(2). | Jason Evans | 2011-11-09 | 1 | -3/+9 |
|
|
* | Move repo contents in jemalloc/ to top level. | Jason Evans | 2011-04-01 | 1 | -0/+379 |
|
|