Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvMPool.c205 DETAIL_DLMALLOC_INFO detail_dlmalloc_info[DETAIL_DLMALLOC_INFO_CNT]; member
1859 if(mstar_dlmalloc_info[i].detail_dlmalloc_info[j].allocated_start_va == alloc_return_va) in MsOS_MPool_AllocateMemory()
1865 …if( (mstar_dlmalloc_info[i].detail_dlmalloc_info[j].allocated_start_va == 0) && (first_free_detail… 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()
1908 if(mstar_dlmalloc_info[i].detail_dlmalloc_info[j].allocated_start_va == free_start_addr) in MsOS_MPool_FreeMemory()
1910 …X\033[m\n", __PRETTY_FUNCTION__, __LINE__, mstar_dlmalloc_info[i].detail_dlmalloc_info[j].allocate… in MsOS_MPool_FreeMemory()
1946 if(mstar_dlmalloc_info[i].detail_dlmalloc_info[j].allocated_start_va == free_start_addr) in MsOS_MPool_FreeMemory()
1948 mstar_dlmalloc_info[i].detail_dlmalloc_info[j].allocated_start_va = 0; in MsOS_MPool_FreeMemory()
1949 mstar_dlmalloc_info[i].detail_dlmalloc_info[j].allocated_size = 0; in MsOS_MPool_FreeMemory()
[all …]