Loading...
--- libmalloc/libmalloc-425.100.7/tests/MallocBenchTest/scripts/run-malloc-benchmarks.lua
+++ libmalloc/libmalloc-317.100.9/tests/MallocBenchTest/scripts/run-malloc-benchmarks.lua
@@ -67,6 +67,7 @@
-- Note that bmalloc requires MallocNanoZone=1
["bmalloc"] = "MallocNanoZone=1",
["SystemMalloc"] = "MallocNanoZone=0",
+ ["NanoMallocV1"] = "MallocNanoZone=V1",
["NanoMallocV2"] = "MallocNanoZone=V2",
}
@@ -110,6 +111,7 @@
Specify \"SystemMalloc\" to test the built-in libc malloc using the system allocators (no NanoMalloc).
Specify \"NanoMalloc\" to test the built-in libc malloc using the default NanoMalloc allocator.
+Specify \"NanoMallocV1\" to test the built-in libc malloc using the NanoMalloc V1 allocator.
Specify \"NanoMallocV2\" to test the built-in libc malloc using the NanoMalloc V2 allocator.
Example usage: