]> git.droids-corp.org - dpdk.git/blobdiff - lib/eal/include/rte_malloc.h
eal: remove deprecated noninclusive API
[dpdk.git] / lib / eal / include / rte_malloc.h
index 3af64f87618edda45e81a5df398e660b369d3cce..895bb6e84926ffd008ed5616083b01d60d41a7f8 100644 (file)
@@ -160,7 +160,7 @@ rte_realloc(void *ptr, size_t size, unsigned int align)
 __rte_experimental
 void *
 rte_realloc_socket(void *ptr, size_t size, unsigned int align, int socket)
-       __rte_alloc_size(2, 3);
+       __rte_alloc_size(2);
 
 /**
  * This function allocates memory from the huge-page area of memory. The memory