Home
last modified time | relevance | path

Searched refs:dlmalloc (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.h127 #define dlmalloc malloc macro
180 void* dlmalloc(size_t);
H A Ddlmalloc.c852 #define dlmalloc malloc macro
883 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() function
4949 mem = dlmalloc(req); in dlcalloc()
4957 return dlmalloc(bytes); in dlrealloc()
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c660 #define dlmalloc malloc macro
691 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() function
4335 mem = dlmalloc(req); in dlcalloc()
4343 return dlmalloc(bytes); in dlrealloc()
H A Ddlmalloc.h175 void* dlmalloc(size_t);
H A DMsOS_ucos.c2771 _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()
/utopia/UTPA2-700.0.x/projects/build/
H A DKconfig569 bool "MsOS use dlmalloc do memory management"
H A Dpreprocess.txt81823 #include "dlmalloc.h"