phobos/std/experimental/allocator
2015-10-02 07:35:08 -04:00
..
affix_allocator.d Improvements and fixes in affix_allocator; fix in isPowerOf2; fix alignment in scoped_allocator 2015-10-02 07:35:08 -04:00
allocator_list.d Minor changes to allocator_list; add fallback_allocator.fallbackAllocator; dox for kernighan_ritchie; eliminate KRBlock.totalAllocated 2015-10-02 07:35:08 -04:00
bucketizer.d Separate bucketizer from the rest 2015-10-02 07:35:07 -04:00
common.d Better isPowerOf2, add package attrribute to a few items 2015-10-02 07:35:08 -04:00
fallback_allocator.d Minor changes to allocator_list; add fallback_allocator.fallbackAllocator; dox for kernighan_ritchie; eliminate KRBlock.totalAllocated 2015-10-02 07:35:08 -04:00
free_list.d Put blockFor where it belongs, make private 2015-10-02 07:35:08 -04:00
free_tree.d Added Quantizer, implemented fixes pointed by reviews by Brian Schott and Timon Gehr 2015-10-02 07:35:07 -04:00
gc_allocator.d allocate(0) should return null 2015-10-02 07:35:08 -04:00
heap_block.d Add goodAllocSize to HeapBlock*, also ParentAllocator to HeapBlockWithInternalPointers 2015-10-02 07:35:08 -04:00
kernighan_ritchie.d Fix 32-bit unittests in kernighan_ritchie 2015-10-02 07:35:08 -04:00
mallocator.d Fixes in affix_allocator, workaround in common and mallocator 2015-10-02 07:35:08 -04:00
mmap_allocator.d Fix for allocate(0) in MmapAllocator; remove batching and hard limit of nodes in free_list.d, better approaches coming 2015-10-02 07:35:08 -04:00
null_allocator.d Separate gc_allocator from the rest 2015-10-02 07:35:07 -04:00
package.d Eliminate batchCount from free_list.d, it was incorrect because items could not be freed properly 2015-10-02 07:35:08 -04:00
porcelain.d Added Quantizer, implemented fixes pointed by reviews by Brian Schott and Timon Gehr 2015-10-02 07:35:07 -04:00
quantizer.d More Quantizer fixes prompted by Timon Gehr 2015-10-02 07:35:08 -04:00
region.d Eliminate redundant example from region 2015-10-02 07:35:08 -04:00
scoped_allocator.d Improvements and fixes in affix_allocator; fix in isPowerOf2; fix alignment in scoped_allocator 2015-10-02 07:35:08 -04:00
segregator.d Improve segregator.d 2015-10-02 07:35:08 -04:00
stats_collector.d Make Option enum ulong for accommodating more flags in the future 2015-10-02 07:35:08 -04:00
typed.d porcelain in good shape 2015-10-02 07:35:07 -04:00