Home
last modified time | relevance | path

Searched refs:internal_malloc (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c3152 #define internal_malloc(m, b) mspace_malloc(m, b) macro
3156 #define internal_malloc(m, b)\ macro
3161 #define internal_malloc(m, b) dlmalloc(b) macro
3862 void* newmem = internal_malloc(m, bytes); in internal_realloc()
3878 return internal_malloc(m, bytes); in internal_memalign()
3895 char* mem = (char*)internal_malloc(m, req); in internal_memalign()
3999 return (void**)internal_malloc(m, 0); in ialloc()
4025 mem = internal_malloc(m, size - CHUNK_OVERHEAD); in ialloc()
4742 mem = internal_malloc(ms, req); in mspace_calloc()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c3738 #define internal_malloc(m, b) mstar_mspace_malloc(m, b) macro
3742 #define internal_malloc(m, b)\ macro
3747 #define internal_malloc(m, b) dlmalloc(b) macro
4462 void* newmem = internal_malloc(m, bytes); in internal_realloc()
4478 return internal_malloc(m, bytes); in internal_memalign()
4495 char* mem = (char*)internal_malloc(m, req); in internal_memalign()
4600 return (void**)internal_malloc(m, 0); in ialloc()
4626 mem = internal_malloc(m, size - CHUNK_OVERHEAD); in ialloc()
5382 mem = internal_malloc(ms, req); in mstar_mspace_calloc()