phobos/std/experimental/allocator/building_blocks
Martin Kinkelin 87cf224311 allocator_list unittests: Use core.memory.pageSize instead of minimumPageSize
Nothing else in druntime/Phobos uses the problematic `minimumPageSize`
symbol. Problematic because the page size changes from 4 to 16 KB with
macOS 11.0.
2020-10-09 09:42:54 +02:00
..
affix_allocator.d Make sure that uses of testAllocator are inside of StdUnittest version blocks. 2020-03-10 12:24:10 -07:00
aligned_block_list.d Replaced version (unittest) with version (StdUnittest) to avoid unnecessary overhead when compiling with -unittest 2020-01-19 14:05:17 +02:00
allocator_list.d allocator_list unittests: Use core.memory.pageSize instead of minimumPageSize 2020-10-09 09:42:54 +02:00
ascending_page_allocator.d Fix allocator tests on iOS derived platforms 2020-03-03 12:51:07 +01:00
bitmapped_block.d std.experimental.allocator: use core.bitop for trailingZeroes and leadingOnes 2020-05-15 10:34:20 -07:00
bucketizer.d Implement allocateZeroed for building-block allocators 2018-09-08 10:56:34 -04:00
fallback_allocator.d Make sure that uses of testAllocator are inside of StdUnittest version blocks. 2020-03-10 12:24:10 -07:00
free_list.d Implement allocateZeroed for building-block allocators 2018-09-08 10:56:34 -04:00
free_tree.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
kernighan_ritchie.d tighten up other imports 2020-09-08 14:00:11 +02:00
null_allocator.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
package.d Turn on -preview=markdown 2019-07-04 10:28:30 -07:00
quantizer.d Make sure that uses of testAllocator are inside of StdUnittest version blocks. 2020-03-10 12:24:10 -07:00
region.d std.experimental.allocator.building_blocks.region: Remove duplicated RISCV version condition 2020-06-29 16:35:52 +02:00
scoped_allocator.d Make sure that uses of testAllocator are inside of StdUnittest version blocks. 2020-03-10 12:24:10 -07:00
segregator.d Implement allocateZeroed for building-block allocators 2018-09-08 10:56:34 -04:00
stats_collector.d Fix 2 more cases 2019-06-27 16:40:04 +03:00