aboutsummaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorTravis Geiselbrecht <geist@foobox.com>2015-10-14 19:56:24 -0700
committerTravis Geiselbrecht <geist@foobox.com>2015-10-14 19:56:24 -0700
commit1193213dfd23bc8b3fe689be8ebcc39d6b858c3d (patch)
tree635c081328f98637525dfd2b428ac4f37ca34dea /platform
parent30bfd752b130eff3c194053465785d30009b2a22 (diff)
downloadcommon-1193213dfd23bc8b3fe689be8ebcc39d6b858c3d.tar.gz
WIP get dlmalloc working with a mmap() style allocator out of the heap wrapper
Diffstat (limited to 'platform')
-rw-r--r--platform/qemu-virt/rules.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/qemu-virt/rules.mk b/platform/qemu-virt/rules.mk
index f0a6d890..9b85d4d8 100644
--- a/platform/qemu-virt/rules.mk
+++ b/platform/qemu-virt/rules.mk
@@ -13,6 +13,8 @@ ARM_CPU ?= cortex-a15
endif
WITH_SMP ?= 1
+LK_HEAP_IMPLEMENTATION ?= dlmalloc
+
GLOBAL_INCLUDES += \
$(LOCAL_DIR)/include