Searched refs:mstar_mspace_malloc (Results 1 – 3 of 3) sorted by relevance
1265 void* mstar_mspace_malloc(mspace msp, size_t bytes);3738 #define internal_malloc(m, b) mstar_mspace_malloc(m, b)3743 (m == gm)? dlmalloc(b) : mstar_mspace_malloc(m, b)5153 void* mstar_mspace_malloc(mspace msp, size_t bytes) { in mstar_mspace_malloc() function5390 return mstar_mspace_malloc(msp, bytes); in mstar_mspace_realloc()
548 void* mstar_mspace_malloc(mspace msp, size_t bytes);
939 pAddr = mstar_mspace_malloc(_MsOS_MemoryPool_Info[s32PoolId].stMemoryPool, u32Size); in MsOS_AllocateMemory()