]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/malloc_heap.h
mem: rework memzone to be allocated by malloc
[dpdk.git] / lib / librte_eal / common / malloc_heap.h
index a47136d851a0d02ffcbbf3c035343626cf766ea8..3ccbef0fdb792f0bf11829f6bd3f9a926d9d08f8 100644 (file)
@@ -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
 }