BAN: Move operator new/delete to BAN/Memory.cpp

We also now implement alignment new
This commit is contained in:
Bananymous
2023-01-10 21:59:40 +02:00
parent 64c57ea3d0
commit d02e3b19c7
3 changed files with 15 additions and 8 deletions

View File

@@ -33,6 +33,7 @@ FREEOBJS= \
$(ARCH_FREEOBJS) \
BAN/String.o \
BAN/StringView.o \
BAN/Memory.o \
HOSTEDOBJS=\
$(ARCH_HOSTEDOBJS) \