]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/windows/eal_memalloc.c
mem: detach memsegs on cleanup
[dpdk.git] / lib / librte_eal / windows / eal_memalloc.c
index d8cae3ebc1cc4545988fb68e4b526931b25b100a..85a9712cead468b0edee2b721f7fbaa280487b0b 100644 (file)
@@ -437,6 +437,13 @@ eal_memalloc_sync_with_primary(void)
        return -1;
 }
 
+int
+eal_memalloc_cleanup(void)
+{
+       /* not implemented */
+       return 0;
+}
+
 int
 eal_memalloc_init(void)
 {