| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove --enable-code-coverage. | Jason Evans | 2017-04-24 | 1 | -50/+0 |
|
|
* | Add hooking functionality | David Goldblatt | 2017-04-07 | 1 | -0/+2 |
|
|
* | Implement two-phase decay-based purging. | Jason Evans | 2017-03-15 | 1 | -2/+2 |
|
|
* | Disentangle assert and util | David Goldblatt | 2017-03-06 | 1 | -4/+4 |
|
|
* | Introduce a backport of C11 atomics | David Goldblatt | 2017-03-03 | 1 | -1/+0 |
|
|
* | Remove remainder of mb (memory barrier). | Jason Evans | 2017-02-22 | 1 | -1/+0 |
|
|
* | Enhance spin_adaptive() to yield after several iterations. | Jason Evans | 2017-02-09 | 1 | -0/+1 |
|
|
* | Test JSON output of malloc_stats_print() and fix bugs. | Jason Evans | 2017-01-19 | 1 | -0/+1 |
|
|
* | Fix prof_realloc() regression. | Jason Evans | 2017-01-17 | 1 | -0/+1 |
|
|
* | Implement arena.<i>.destroy . | Jason Evans | 2017-01-07 | 1 | -0/+4 |
|
|
* | Implement per arena base allocators. | Jason Evans | 2016-12-27 | 1 | -0/+1 |
|
|
* | Add huge page configuration and pages_[no}huge(). | Jason Evans | 2016-12-27 | 1 | -0/+1 |
|
|
* | Simplify arena_slab_regind(). | Jason Evans | 2016-12-23 | 1 | -0/+1 |
|
|
* | Restructure *CFLAGS/*CXXFLAGS configuration. | Jason Evans | 2016-12-16 | 1 | -2/+6 |
|
|
* | jemalloc cpp new/delete bindings | Dave Watson | 2016-12-13 | 1 | -16/+69 |
|
|
* | Add packing test, which verifies stable layout policy. | Jason Evans | 2016-11-15 | 1 | -0/+1 |
|
|
* | Fix EXTRA_CFLAGS to not affect configuration. | Jason Evans | 2016-10-30 | 1 | -1/+2 |
|
|
* | Only link with libm (-lm) if necessary. | Jason Evans | 2016-10-28 | 1 | -3/+4 |
|
|
* | Only use --whole-archive with gcc. | Jason Evans | 2016-10-28 | 1 | -2/+3 |
|
|
* | Use --whole-archive when linking integration tests on MinGW. | Jason Evans | 2016-10-26 | 1 | -1/+10 |
|
|
* | Add/use adaptive spinning. | Jason Evans | 2016-10-13 | 1 | -0/+1 |
|
|
* | Remove all vestiges of chunks. | Jason Evans | 2016-10-12 | 1 | -2/+0 |
|
|
* | Remove ratio-based purging. | Jason Evans | 2016-10-12 | 1 | -5/+3 |
|
|
* | use install command determined by configure | Thomas Köckerbauer | 2016-09-26 | 1 | -20/+21 |
|
|
* | Fix librt detection when using a Cray compiler wrapper | Elliot Ronaghan | 2016-07-07 | 1 | -1/+1 |
|
|
* | Add -dynamic for integration and stress tests with Cray compiler wrappers | Elliot Ronaghan | 2016-07-07 | 1 | -2/+3 |
|
|
* | Rename most remaining *chunk* APIs to *extent*. | Jason Evans | 2016-06-06 | 1 | -5/+5 |
|
|
* | Rename huge to large. | Jason Evans | 2016-06-06 | 1 | -1/+1 |
|
|
* | Use huge size class infrastructure for large size classes. | Jason Evans | 2016-06-06 | 1 | -1/+0 |
|
|
* | Replace extent_tree_szad_* with extent_heap_*. | Jason Evans | 2016-06-03 | 1 | -0/+1 |
|
|
* | Remove quarantine support. | Jason Evans | 2016-05-13 | 1 | -2/+0 |
|
|
* | Remove Valgrind support. | Jason Evans | 2016-05-13 | 1 | -4/+0 |
|
|
* | Fix tsd bootstrapping for a0malloc(). | Jason Evans | 2016-05-07 | 1 | -0/+1 |
|
|
* | Link against librt for clock_gettime(2) if glibc < 2.17. | Jason Evans | 2016-05-04 | 1 | -4/+3 |
|
|
* | Fix fork()-related lock rank ordering reversals. | Jason Evans | 2016-04-26 | 1 | -0/+1 |
|
|
* | Implement the arena.<i>.reset mallctl. | Jason Evans | 2016-04-22 | 1 | -1/+3 |
|
|
* | Add witness, a simple online locking validator. | Jason Evans | 2016-04-14 | 1 | -1/+3 |
|
|
* | Refactor/fix ph. | Jason Evans | 2016-04-11 | 1 | -1/+0 |
|
|
* | Unittest for pairing heap | Dave Watson | 2016-03-08 | 1 | -0/+1 |
|
|
* | Pairing heap | Dave Watson | 2016-03-08 | 1 | -0/+1 |
|
|
* | Test run quantization. | Jason Evans | 2016-02-22 | 1 | -0/+1 |
|
|
* | Refactor time_* into nstime_*. | Jason Evans | 2016-02-22 | 1 | -11/+27 |
|
|
* | Implement decay-based unused dirty page purging. | Jason Evans | 2016-02-20 | 1 | -3/+8 |
|
|
* | Implement smoothstep table generation. | Jason Evans | 2016-02-20 | 1 | -0/+1 |
|
|
* | Refactor prng* from cpp macros into inline functions. | Jason Evans | 2016-02-20 | 1 | -3/+5 |
|
|
* | Implement ticker. | Jason Evans | 2016-02-20 | 1 | -2/+3 |
|
|
* | Flesh out time_*() API. | Jason Evans | 2016-02-20 | 1 | -1/+1 |
|
|
* | Add time_update(). | Cameron Evans | 2016-02-20 | 1 | -2/+3 |
|
|
* | Expand check_integration_prof testing. | Jason Evans | 2015-09-17 | 1 | -0/+1 |
|
|
* | Link test to librt if it contains clock_gettime(2). | Jason Evans | 2015-09-15 | 1 | -3/+4 |
|
|