Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvMPool.c1710 int first_free_dlmalloc_info_index = DLMALLOC_INFO_CNT; in MsOS_MPool_CreateMemoryPool() local
1744 if( (mstar_dlmalloc_info[i].msp == 0) && (first_free_dlmalloc_info_index == DLMALLOC_INFO_CNT) ) in MsOS_MPool_CreateMemoryPool()
1745 first_free_dlmalloc_info_index = i; in MsOS_MPool_CreateMemoryPool()
1750 if(first_free_dlmalloc_info_index == DLMALLOC_INFO_CNT) // the mstar_dlmalloc_info is full, die in MsOS_MPool_CreateMemoryPool()
1755 …3[m\n\n", __PRETTY_FUNCTION__, __LINE__, dlmalloc_info.MemoryPool, first_free_dlmalloc_info_index); in MsOS_MPool_CreateMemoryPool()
1756 mstar_dlmalloc_info[first_free_dlmalloc_info_index].msp = dlmalloc_info.MemoryPool; in MsOS_MPool_CreateMemoryPool()