DPDK(13):rte_malloc內存管理

轉自:http://www.cnblogs.com/MerlinJ/p/4092432.html,用於個人記錄學習 rte_malloc()爲程序運行過程中分配內存,模擬從堆中動態分配內存空間。 1 void * 2 rte_malloc(const char *type, size_t size, unsigned align) 3 { 4 return rte_malloc_socke
相關文章
相關標籤/搜索