struct OneStackUsage
Defined at line 23 of file ../../src/developer/debug/zxdb/console/commands/verb_stack_usage.h
Information for one stack (either the safe or unsafe stack).
Public Members
uint64_t total
uint64_t used
uint64_t committed
uint64_t wasted
Public Methods
OneStackUsage & operator+= (const OneStackUsage & other)
Used for accumulating totals.
Defined at line 38 of file ../../src/developer/debug/zxdb/console/commands/verb_stack_usage.h