| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a_type parameter to qr_{meld,split}(). | Jason Evans | 2016-12-13 | 1 | -6/+6 |
|
|
* | Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). | Jason Evans | 2016-11-15 | 1 | -6/+6 |
|
|
* | Add packing test, which verifies stable layout policy. | Jason Evans | 2016-11-15 | 1 | -0/+167 |
|
|
* | Reduce memory usage for sdallocx() test_alignment_and_size. | Jason Evans | 2016-11-12 | 1 | -2/+2 |
|
|
* | Fix test_prng_lg_range_zu() to work on 32-bit systems. | Jason Evans | 2016-11-07 | 1 | -10/+10 |
|
|
* | Rename atomic_*_{uint32,uint64,u}() to atomic_*_{u32,u64,zu}(). | Jason Evans | 2016-11-07 | 1 | -12/+12 |
|
|
* | Refactor prng to not use 64-bit atomics on 32-bit platforms. | Jason Evans | 2016-11-07 | 1 | -22/+187 |
|
|
* | Fix psz/pind edge cases. | Jason Evans | 2016-11-04 | 1 | -15/+17 |
|
|
* | Fix long spinning in rtree_node_init | Dave Watson | 2016-11-03 | 1 | -0/+2 |
|
|
* | Add os_unfair_lock support. | Jason Evans | 2016-11-03 | 2 | -0/+9 |
|
|
* | Call _exit(2) rather than exit(3) in forked child. | Jason Evans | 2016-11-03 | 1 | -1/+1 |
|
|
* | Reduce memory requirements for regression tests. | Jason Evans | 2016-10-28 | 3 | -35/+55 |
|
|
* | Periodically purge in memory-intensive integration tests. | Jason Evans | 2016-10-28 | 1 | -0/+7 |
|
|
* | Periodically purge in memory-intensive integration tests. | Jason Evans | 2016-10-28 | 3 | -6/+27 |
|
|
* | Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). | Jason Evans | 2016-10-28 | 21 | -293/+326 |
|
|
* | Explicitly cast negative constants meant for use as unsigned. | Jason Evans | 2016-10-28 | 1 | -3/+5 |
|
|
* | Add cast to silence (harmless) conversion warning. | Jason Evans | 2016-10-28 | 1 | -1/+1 |
|
|
* | Do not (recursively) allocate within tsd_fetch(). | Jason Evans | 2016-10-21 | 2 | -24/+24 |
|
|
* | Make dss operations lockless. | Jason Evans | 2016-10-13 | 1 | -2/+2 |
|
|
* | Remove all vestiges of chunks. | Jason Evans | 2016-10-12 | 6 | -43/+11 |
|
|
* | Remove ratio-based purging. | Jason Evans | 2016-10-12 | 2 | -84/+1 |
|
|
* | Fix decay tests to all adapt to nstime_monotonic(). | Jason Evans | 2016-10-11 | 1 | -6/+9 |
|
|
* | Do not advance decay epoch when time goes backwards. | Jason Evans | 2016-10-11 | 2 | -2/+20 |
|
|
* | Verify extent hook functions receive correct extent_hooks pointer. | Jason Evans | 2016-09-29 | 1 | -17/+52 |
|
|
* | Work around a weird pgi bug in test/unit/math.c | Elliot Ronaghan | 2016-06-08 | 1 | -0/+4 |
|
|
* | Relax extent hook tests to work with unsplittable extents. | Jason Evans | 2016-06-06 | 1 | -8/+19 |
|
|
* | Fix regressions related extent splitting failures. | Jason Evans | 2016-06-06 | 1 | -3/+5 |
|
|
* | Work around legitimate xallocx() failures during testing. | Jason Evans | 2016-06-06 | 1 | -6/+12 |
|
|
* | Remove a stray memset(), and fix a junk filling test regression. | Jason Evans | 2016-06-06 | 1 | -5/+19 |
|
|
* | Modify extent hook functions to take an (extent_t *) argument. | Jason Evans | 2016-06-06 | 1 | -67/+84 |
|
|
* | Add rtree lookup path caching. | Jason Evans | 2016-06-06 | 1 | -35/+48 |
|
|
* | Reduce NSZS, since NSIZES (was nsizes) can not be so large. | Jason Evans | 2016-06-06 | 1 | -1/+1 |
|
|
* | Miscellaneous s/chunk/extent/ updates. | Jason Evans | 2016-06-06 | 3 | -5/+3 |
|
|
* | Rename most remaining *chunk* APIs to *extent*. | Jason Evans | 2016-06-06 | 1 | -41/+41 |
|
|
* | s/chunk_lookup/extent_lookup/g, s/chunks_rtree/extents_rtree/g | Jason Evans | 2016-06-06 | 1 | -1/+1 |
|
|
* | s/chunk_hook/extent_hook/g | Jason Evans | 2016-06-06 | 1 | -11/+11 |
|
|
* | Rename huge to large. | Jason Evans | 2016-06-06 | 13 | -171/+171 |
|
|
* | Move slabs out of chunks. | Jason Evans | 2016-06-06 | 3 | -15/+16 |
|
|
* | Use huge size class infrastructure for large size classes. | Jason Evans | 2016-06-06 | 11 | -559/+79 |
|
|
* | Implement cache-oblivious support for huge size classes. | Jason Evans | 2016-06-03 | 1 | -12/+42 |
|
|
* | Allow chunks to not be naturally aligned. | Jason Evans | 2016-06-03 | 1 | -16/+0 |
|
|
* | Replace extent_tree_szad_* with extent_heap_*. | Jason Evans | 2016-06-03 | 1 | -0/+155 |
|
|
* | Dodge ivsalloc() assertion in test code. | Jason Evans | 2016-06-03 | 1 | -1/+16 |
|
|
* | Add rtree element witnesses. | Jason Evans | 2016-06-03 | 2 | -19/+25 |
|
|
* | Refactor rtree to always use base_alloc() for node allocation. | Jason Evans | 2016-06-03 | 1 | -35/+82 |
|
|
* | Add element acquire/release capabilities to rtree. | Jason Evans | 2016-06-03 | 1 | -34/+119 |
|
|
* | Rename extent_node_t to extent_t. | Jason Evans | 2016-05-16 | 1 | -12/+13 |
|
|
* | Refactor runs_avail. | Jason Evans | 2016-05-16 | 1 | -1/+1 |
|
|
* | Implement pz2ind(), pind2sz(), and psz2u(). | Jason Evans | 2016-05-13 | 1 | -11/+83 |
|
|
* | Initialize arena_bin_info at compile time rather than at boot time. | Jason Evans | 2016-05-13 | 1 | -1/+1 |
|
|