Use std.experimental.allocator and remove the custom allocator module.
This commit is contained in:
parent
55a06c30f3
commit
f74c30a9f3
9 changed files with 278 additions and 915 deletions
9
source/vibe/internal/allocator.d
Normal file
9
source/vibe/internal/allocator.d
Normal file
|
@ -0,0 +1,9 @@
|
|||
module vibe.internal.allocator;
|
||||
|
||||
public import std.experimental.allocator;
|
||||
public import std.experimental.allocator.building_blocks.allocator_list;
|
||||
public import std.experimental.allocator.building_blocks.null_allocator;
|
||||
public import std.experimental.allocator.building_blocks.region;
|
||||
public import std.experimental.allocator.building_blocks.stats_collector;
|
||||
public import std.experimental.allocator.gc_allocator;
|
||||
public import std.experimental.allocator.mallocator;
|
Loading…
Add table
Add a link
Reference in a new issue