phobos/std/experimental/allocator/building_blocks
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
..
affix_allocator.d Allocators should take a ubyte[] memory block instead of a void[] one 2017-04-04 16:46:38 +03:00
allocator_list.d Allocators should take a ubyte[] memory block instead of a void[] one 2017-04-04 16:46:38 +03:00
bitmapped_block.d Allocators should take a ubyte[] memory block instead of a void[] one 2017-04-04 16:46:38 +03:00
bucketizer.d Make allocators' resolveInternalPointer take a const pointer as source 2017-04-03 20:35:01 +03:00
fallback_allocator.d Make allocators' resolveInternalPointer take a const pointer as source 2017-04-03 20:35:01 +03:00
free_list.d Allocators should take a ubyte[] memory block instead of a void[] one 2017-04-04 16:46:38 +03:00
free_tree.d DScanner: automatially set all unattributed unittests to @safe or @system 2017-02-22 05:42:04 +01:00
kernighan_ritchie.d Allocators should take a ubyte[] memory block instead of a void[] one 2017-04-04 16:46:38 +03:00
null_allocator.d Make allocators' resolveInternalPointer take a const pointer as source 2017-04-03 20:35:01 +03:00
package.d Make the resolveInternalPointer method abide the IAllocator API 2017-03-15 16:54:31 +02:00
quantizer.d DScanner: automatially set all unattributed unittests to @safe or @system 2017-02-22 05:42:04 +01:00
region.d Allocators should take a ubyte[] memory block instead of a void[] one 2017-04-04 16:46:38 +03:00
scoped_allocator.d DScanner: automatially set all unattributed unittests to @safe or @system 2017-02-22 05:42:04 +01:00
segregator.d Make allocators' resolveInternalPointer take a const pointer as source 2017-04-03 20:35:01 +03:00
stats_collector.d DScanner: automatially set all unattributed unittests to @safe or @system 2017-02-22 05:42:04 +01:00