X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Fmalloc_elem.h;h=7331af9ca3aeddbc19f19d86a764d27ad5edaf6b;hb=0a01574db43cb8ed62aa84484a7d3ddca1e74fa4;hp=8f4aef89861575233f420e413b74389c0802cd64;hpb=1403f87d4fb87ac908d818381ee3bd1a336f52d9;p=dpdk.git diff --git a/lib/librte_eal/common/malloc_elem.h b/lib/librte_eal/common/malloc_elem.h index 8f4aef8986..7331af9ca3 100644 --- a/lib/librte_eal/common/malloc_elem.h +++ b/lib/librte_eal/common/malloc_elem.h @@ -9,6 +9,8 @@ #include +#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;