]> git.droids-corp.org - dpdk.git/blobdiff - lib/eal/common/malloc_heap.h
test/mem: disable ASan when accessing unallocated memory
[dpdk.git] / lib / eal / common / malloc_heap.h
index 3a29d024b4ca45f9fc941c59f5a2a3d72766db78..3b2fbc0aa0590c963b7de146c91c81c6da6548ed 100644 (file)
@@ -85,4 +85,7 @@ malloc_socket_to_heap_id(unsigned int socket_id);
 int
 rte_eal_malloc_heap_init(void);
 
+void
+rte_eal_malloc_heap_cleanup(void);
+
 #endif /* MALLOC_HEAP_H_ */