Searched refs:mstar_dlmalloc_info (Results 1 – 1 of 1) sorted by relevance
208 static DLMALLOC_INFO mstar_dlmalloc_info[DLMALLOC_INFO_CNT]; variable280 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 …]