]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_malloc/rte_malloc.c
mem: find most little element from heap
[dpdk.git] / lib / librte_malloc / rte_malloc.c
index 03db51ff6a79d33f3d38e9eca7525722f9422660..c0ebc4fc65a79d2250ded58227acd1514ab8a1a6 100644 (file)
@@ -43,6 +43,7 @@
 #include <rte_memzone.h>
 #include <rte_tailq.h>
 #include <rte_eal.h>
+#include <rte_eal_memconfig.h>
 #include <rte_branch_prediction.h>
 #include <rte_debug.h>
 #include <rte_launch.h>
@@ -54,7 +55,6 @@
 #include <rte_malloc.h>
 #include "malloc_elem.h"
 #include "malloc_heap.h"
-#include "malloc_heap.c"
 
 
 /* Free the memory space back to heap */