diff options
Diffstat (limited to 'lib/scudo/standalone/stats.h')
-rw-r--r-- | lib/scudo/standalone/stats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scudo/standalone/stats.h b/lib/scudo/standalone/stats.h index 12436756226b2..16ef5b89b854c 100644 --- a/lib/scudo/standalone/stats.h +++ b/lib/scudo/standalone/stats.h @@ -17,7 +17,7 @@ namespace scudo { // Memory allocator statistics -enum StatType { StatAllocated, StatMapped, StatCount }; +enum StatType { StatAllocated, StatFree, StatMapped, StatCount }; typedef uptr StatCounters[StatCount]; |