X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Fmalloc_heap.h;h=3ccbef0fdb792f0bf11829f6bd3f9a926d9d08f8;hb=7633164cf9cbb8b3c360e56c33eb825d8889dc2b;hp=a47136d851a0d02ffcbbf3c035343626cf766ea8;hpb=2f9d47013e4dbb7381914e6e2e2470f69225cafc;p=dpdk.git diff --git a/lib/librte_eal/common/malloc_heap.h b/lib/librte_eal/common/malloc_heap.h index a47136d851..3ccbef0fdb 100644 --- a/lib/librte_eal/common/malloc_heap.h +++ b/lib/librte_eal/common/malloc_heap.h @@ -53,15 +53,15 @@ malloc_get_numa_socket(void) } void * -malloc_heap_alloc(struct malloc_heap *heap, const char *type, - size_t size, unsigned align); +malloc_heap_alloc(struct malloc_heap *heap, const char *type, size_t size, + unsigned flags, size_t align, size_t bound); int malloc_heap_get_stats(const struct malloc_heap *heap, struct rte_malloc_socket_stats *socket_stats); int -rte_eal_heap_memzone_init(void); +rte_eal_malloc_heap_init(void); #ifdef __cplusplus }