Searched refs:dlmalloc_info (Results 1 – 1 of 1) sorted by relevance
1718 DevMalloc_MPool_Dlmalloc_Info_t dlmalloc_info; in MsOS_MPool_CreateMemoryPool() local1719 dlmalloc_info.user_va = base; in MsOS_MPool_CreateMemoryPool()1720 dlmalloc_info.bus_addr = ba_start; in MsOS_MPool_CreateMemoryPool()1721 dlmalloc_info.capacity = capacity; in MsOS_MPool_CreateMemoryPool()1722 dlmalloc_info.locked = locked; in MsOS_MPool_CreateMemoryPool()1725 if (ioctl(_s32MPoolFd, MALLOC_IOC_MPOOL_DLMALLOC_CREATE_POOL, &dlmalloc_info)) in MsOS_MPool_CreateMemoryPool()1734 …dlmalloc_info.MemoryPool = (mspace)((unsigned long)(dlmalloc_info.pool_bus_addr - ba_start) + (uns… in MsOS_MPool_CreateMemoryPool()1735 … get MemoryPool @ ba: 0x%llX\033[m\n", __PRETTY_FUNCTION__, __LINE__, dlmalloc_info.pool_bus_addr); in MsOS_MPool_CreateMemoryPool()1736 …ol @ va: 0x%lX\033[m\n\n", __PRETTY_FUNCTION__, __LINE__, (unsigned long)dlmalloc_info.MemoryPool); in MsOS_MPool_CreateMemoryPool()1741 if(mstar_dlmalloc_info[i].msp == dlmalloc_info.MemoryPool) in MsOS_MPool_CreateMemoryPool()[all …]