Searched refs:dlmalloc (Results 1 – 9 of 9) sorted by relevance
18 ifeq ($(LK_HEAP_IMPLEMENTATION),dlmalloc)19 MODULE_DEPS := lib/heap/dlmalloc
85 #define HEAP_MALLOC(s) dlmalloc(s)
6 $(LOCAL_DIR)/dlmalloc.c
846 #define dlmalloc malloc macro882 DLMALLOC_EXPORT void* dlmalloc(size_t);3859 ((m == gm)? dlmalloc(b) : mspace_malloc(m, b))3863 #define internal_malloc(m, b) dlmalloc(b)4597 void* dlmalloc(size_t bytes) { in dlmalloc() function4853 mem = dlmalloc(req); in dlcalloc()5241 mem = dlmalloc(bytes); in dlrealloc()5316 return dlmalloc(bytes); in dlmemalign()5324 mem = dlmalloc(bytes); in dlposix_memalign()
25 LK_HEAP_IMPLEMENTATION ?= dlmalloc
6 LK_HEAP_IMPLEMENTATION ?= dlmalloc
58 #define dlmalloc malloc macro118 void* dlmalloc(size_t);
16 LK_HEAP_IMPLEMENTATION ?= dlmalloc
10 LK_HEAP_IMPLEMENTATION ?= dlmalloc
Completed in 28 milliseconds