]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/malloc_elem.h
version: 18.05-rc3
[dpdk.git] / lib / librte_eal / common / malloc_elem.h
index 8f4aef89861575233f420e413b74389c0802cd64..7331af9ca3aeddbc19f19d86a764d27ad5edaf6b 100644 (file)
@@ -9,6 +9,8 @@
 
 #include <rte_eal_memconfig.h>
 
+#define MIN_DATA_SIZE (RTE_CACHE_LINE_SIZE)
+
 /* dummy definition of struct so we can use pointers to it in malloc_elem struct */
 struct malloc_heap;