diff --git a/src/commands/memory-stats.json b/src/commands/memory-stats.json index 83a6cd3246da..916c4bdcbdd9 100644 --- a/src/commands/memory-stats.json +++ b/src/commands/memory-stats.json @@ -74,6 +74,9 @@ "allocator.resident": { "type": "integer" }, + "allocator.muzzy": { + "type": "integer" + }, "allocator-fragmentation.ratio": { "type": "number" },