JKRHeap functions (#6)

* becomeSystemHeap OK! becomeCurrentHeap OK!

* initArena OK!

* static-alloc OK! static-free OK! static-resize OK!

* operator new OK! operator delete OK!

* removed asm/d/file/sel/d_file_sel_info.o from obj_files.mk

* fixed vtable names
This commit is contained in:
Jonathan Wase
2020-11-30 17:24:05 -05:00
committed by GitHub
parent 635472d71f
commit 51b0260c80
10 changed files with 363 additions and 89 deletions
-1
View File
@@ -159,7 +159,6 @@ TEXT_O_FILES := \
$(BUILD_DIR)/asm/d/file/d_file_select.o \
$(BUILD_DIR)/asm/d/file/sel/d_file_sel_warning.o \
$(BUILD_DIR)/src/d/d_file/d_file_sel_info.o \
$(BUILD_DIR)/asm/d/file/sel/d_file_sel_info.o \
$(BUILD_DIR)/asm/d/bright/d_bright_check.o \
$(BUILD_DIR)/asm/d/d_scope.o \
$(BUILD_DIR)/asm/d/select/d_select_cursor.o \