General purpose memory allocator for linker.

Add basic general purpose memory allocator to
 linker in order to enable usage of other libraries
 like libziparchive.

Change-Id: I4a680ebb36ed5ba67c61249f81dba9f567808434
This commit is contained in:
Dmitriy Ivanov
2015-03-10 17:48:27 -07:00
parent 11a06c73f6
commit 19656ce537
8 changed files with 745 additions and 20 deletions

View File

@@ -6,9 +6,11 @@ LOCAL_SRC_FILES:= \
debugger.cpp \
dlfcn.cpp \
linker.cpp \
linker_allocator.cpp \
linker_block_allocator.cpp \
linker_environ.cpp \
linker_libc_support.c \
linker_memory.cpp \
linker_phdr.cpp \
rt.cpp \