Searched refs:dlmalloc_alloc_free_info (Results 1 – 1 of 1) sorted by relevance
1811 DevMalloc_MPool_Dlmalloc_Alloc_Free_Info_t dlmalloc_alloc_free_info; in MsOS_MPool_AllocateMemory() local1816 dlmalloc_alloc_free_info.pool_bus_addr = ba_pool; in MsOS_MPool_AllocateMemory()1817 dlmalloc_alloc_free_info.alloc_size = bytes; in MsOS_MPool_AllocateMemory()1821 if (ioctl(_s32MPoolFd, MALLOC_IOC_MPOOL_DLMALLOC_ALLOC_POOL_MEMORY, &dlmalloc_alloc_free_info)) in MsOS_MPool_AllocateMemory()1830 if(dlmalloc_alloc_free_info.alloc_addr) in MsOS_MPool_AllocateMemory()1831 …alloc_return_va = (void *)((unsigned long)(dlmalloc_alloc_free_info.alloc_addr - ba_pool) + (unsig… in MsOS_MPool_AllocateMemory()1890 DevMalloc_MPool_Dlmalloc_Alloc_Free_Info_t dlmalloc_alloc_free_info; in MsOS_MPool_FreeMemory() local1897 dlmalloc_alloc_free_info.alloc_addr = ba_free_start_addr; in MsOS_MPool_FreeMemory()1898 dlmalloc_alloc_free_info.pool_bus_addr = ba_pool; in MsOS_MPool_FreeMemory()1922 if (ioctl(_s32MPoolFd, MALLOC_IOC_MPOOL_DLMALLOC_FREE_POOL_MEMORY, &dlmalloc_alloc_free_info)) in MsOS_MPool_FreeMemory()[all …]