Searched refs:dlmalloc (Results 1 – 7 of 7) sorted by relevance
127 #define dlmalloc malloc macro180 void* dlmalloc(size_t);
852 #define dlmalloc malloc macro883 void* dlmalloc(size_t);3743 (m == gm)? dlmalloc(b) : mstar_mspace_malloc(m, b)3747 #define internal_malloc(m, b) dlmalloc(b)4695 void* dlmalloc(size_t bytes) { in dlmalloc() function4949 mem = dlmalloc(req); in dlcalloc()4957 return dlmalloc(bytes); in dlrealloc()
660 #define dlmalloc malloc macro691 void* dlmalloc(size_t);3157 (m == gm)? dlmalloc(b) : mspace_malloc(m, b)3161 #define internal_malloc(m, b) dlmalloc(b)4094 void* dlmalloc(size_t bytes) { in dlmalloc() function4335 mem = dlmalloc(req); in dlcalloc()4343 return dlmalloc(bytes); in dlrealloc()
175 void* dlmalloc(size_t);
2771 _MsOS_Queue_Info[s32Id].pMsgTbl = dlmalloc((sizeof(void *) * u32QueueSize)); in MsOS_CreateQueue()2772 …_MsOS_Queue_Info[s32Id].pu8MsgQueue = dlmalloc((_MsOS_Queue_Info[s32Id].u32AlignedMsgSize * u32Que… in MsOS_CreateQueue()
569 bool "MsOS use dlmalloc do memory management"
81823 #include "dlmalloc.h"