Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvMPool.c208 static DLMALLOC_INFO mstar_dlmalloc_info[DLMALLOC_INFO_CNT]; variable
280 memset(mstar_dlmalloc_info, 0, sizeof(DLMALLOC_INFO)*DLMALLOC_INFO_CNT); in MsOS_MPool_Init()
1741 if(mstar_dlmalloc_info[i].msp == dlmalloc_info.MemoryPool) in MsOS_MPool_CreateMemoryPool()
1744 if( (mstar_dlmalloc_info[i].msp == 0) && (first_free_dlmalloc_info_index == DLMALLOC_INFO_CNT) ) in MsOS_MPool_CreateMemoryPool()
1756 mstar_dlmalloc_info[first_free_dlmalloc_info_index].msp = dlmalloc_info.MemoryPool; in MsOS_MPool_CreateMemoryPool()
1789 if(mstar_dlmalloc_info[i].msp == msp) in MsOS_MPool_DeleteMemoryPool()
1799 memset(&mstar_dlmalloc_info[i], 0, sizeof(mstar_dlmalloc_info[i])); in MsOS_MPool_DeleteMemoryPool()
1843 if(mstar_dlmalloc_info[i].msp == msp) in MsOS_MPool_AllocateMemory()
1851 …lloc_info[%d].msp is 0x%lX\033[m\n", __PRETTY_FUNCTION__, __LINE__, i, mstar_dlmalloc_info[i].msp); in MsOS_MPool_AllocateMemory()
1859 if(mstar_dlmalloc_info[i].detail_dlmalloc_info[j].allocated_start_va == alloc_return_va) in MsOS_MPool_AllocateMemory()
[all …]