]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/eal_internal_cfg.h
malloc: add option --match-allocations
[dpdk.git] / lib / librte_eal / common / eal_internal_cfg.h
index 737f17e3537699cfd8c78ae0bef7c0bde298649f..98e314fef42584f253ac6a0b335c1f44ee6af3cc 100644 (file)
@@ -57,6 +57,8 @@ struct internal_config {
        /**< true to enable legacy memory behavior (no dynamic allocation,
         * IOVA-contiguous segments).
         */
+       volatile unsigned match_allocations;
+       /**< true to free hugepages exactly as allocated */
        volatile unsigned single_file_segments;
        /**< true if storing all pages within single files (per-page-size,
         * per-node) non-legacy mode only.