Allocator API update

This commit is contained in:
Hackerpilot 2015-08-25 03:50:18 -07:00
parent ffe2e78896
commit c813f4c649
3 changed files with 1 additions and 4 deletions

@ -1 +1 @@
Subproject commit 4a2b4109a7ffa15a8ada6c0ea06031409781257e
Subproject commit 9039008687235868b9ffdf75c5dfdcee364712d4

View File

@ -67,7 +67,6 @@ SERVER_SRC := \
libdparse/src/std/d/formatter.d\
libdparse/src/std/lexer.d\
$(shell find containers/experimental_allocator/src/std/experimental/allocator/ -name "*.d")\
containers/src/memory/allocators.d\
containers/src/containers/dynamicarray.d\
containers/src/containers/ttree.d\
containers/src/containers/unrolledlist.d\

View File

@ -44,8 +44,6 @@ import dsymbol.scope_;
import dsymbol.builtin.names;
import dsymbol.builtin.symbols;
import memory.allocators;
import common.constants;
import common.messages;