mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 05:30:33 +03:00
Add AlignedBlockList
This commit is contained in:
parent
813327d51a
commit
0fb44b0d45
6 changed files with 717 additions and 2 deletions
|
@ -288,6 +288,7 @@ SRC_STD_EXP= \
|
|||
|
||||
SRC_STD_EXP_ALLOC_BB= \
|
||||
std\experimental\allocator\building_blocks\affix_allocator.d \
|
||||
std\experimental\allocator\building_blocks\aligned_block_list.d \
|
||||
std\experimental\allocator\building_blocks\allocator_list.d \
|
||||
std\experimental\allocator\building_blocks\ascending_page_allocator.d \
|
||||
std\experimental\allocator\building_blocks\bitmapped_block.d \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue