phobos/std/experimental/allocator
Eduard Staniloiu 04e844da77 Allocators should take a ubyte[] memory block instead of a void[] one
Allocators that rely on taking a block of unused memory to manage and allocate
from it should take a ubyte[] instead of a void[] in order to prevent users
from accidentally passing valid data and cause memory corruption/leaks.
2017-04-04 16:46:38 +03:00
..
building_blocks Allocators should take a ubyte[] memory block instead of a void[] one 2017-04-04 16:46:38 +03:00
common.d Allow AffixAllocator to work with IAllocator 2017-03-16 14:44:46 +02:00
gc_allocator.d Make allocators' resolveInternalPointer take a const pointer as source 2017-04-03 20:35:01 +03:00
mallocator.d DScanner: automatially set all unattributed unittests to @safe or @system 2017-02-22 05:42:04 +01:00
mmap_allocator.d Replace LUCKY links with actual links 2017-02-28 23:46:54 +01:00
package.d Allocators should take a ubyte[] memory block instead of a void[] one 2017-04-04 16:46:38 +03:00
showcase.d DScanner: automatially set all unattributed unittests to @safe or @system 2017-02-22 05:42:04 +01:00
typed.d DScanner: automatially set all unattributed unittests to @safe or @system 2017-02-22 05:42:04 +01:00