Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvMPool.c1808 int first_free_detail_dlmalloc_info_index = DETAIL_DLMALLOC_INFO_CNT; in MsOS_MPool_AllocateMemory() local
1865 …o[i].detail_dlmalloc_info[j].allocated_start_va == 0) && (first_free_detail_dlmalloc_info_index ==… in MsOS_MPool_AllocateMemory()
1866 first_free_detail_dlmalloc_info_index = j; in MsOS_MPool_AllocateMemory()
1869 if(first_free_detail_dlmalloc_info_index == DETAIL_DLMALLOC_INFO_CNT) in MsOS_MPool_AllocateMemory()
1876 …mstar_dlmalloc_info[i].detail_dlmalloc_info[first_free_detail_dlmalloc_info_index].allocated_start… in MsOS_MPool_AllocateMemory()
1877 …mstar_dlmalloc_info[i].detail_dlmalloc_info[first_free_detail_dlmalloc_info_index].allocated_size … in MsOS_MPool_AllocateMemory()