phobos/std/experimental/allocator
tsbockman 18d1b436e4 Update Phobos to use the new std.math.isPowerOf2() everywhere.
`std.uni` looks like it may depend upon its local `isPowerOf2()` implementation
to return `true` for `0`. Since the semantics are different from the standard
version, I have renamed it to `isPow2OrZero()` to avoid confusion.
2016-06-04 21:19:38 -07:00
..
building_blocks Update Phobos to use the new std.math.isPowerOf2() everywhere. 2016-06-04 21:19:38 -07:00
common.d Update Phobos to use the new std.math.isPowerOf2() everywhere. 2016-06-04 21:19:38 -07:00
gc_allocator.d Standardize whitespace after imports 2016-05-29 22:09:56 +02:00
mallocator.d Standardize whitespace after imports 2016-05-29 22:09:56 +02:00
mmap_allocator.d removed useless import 2015-10-02 07:35:09 -04:00
package.d Standardize whitespace after imports 2016-05-29 22:09:56 +02:00
showcase.d Moved a bunch of building blocks into a new package building_blocks 2015-10-02 07:35:09 -04:00
typed.d Remove commented out code and redundant comments from std.experimental.allocator 2016-05-12 08:25:42 -04:00