Searched refs:first_free_dlmalloc_info_index (Results 1 – 1 of 1) sorted by relevance
1710 int first_free_dlmalloc_info_index = DLMALLOC_INFO_CNT; in MsOS_MPool_CreateMemoryPool() local1744 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()