On Wed, 15 May 2024 at 01:18, jian he <jian.universality@gmail.com> wrote:
> else
> {
> ExplainPropertyInteger("Memory Used", "bytes",
> mem_counters->totalspace - mem_counters->freespace,
> es);
> ExplainPropertyInteger("Memory Allocated", "bytes",
> mem_counters->totalspace, es);
> }
> }
>
> the "else" branch, also need to apply BYTES_TO_KILOBYTES marco?
Yeah, I missed that. Here's another patch.
Thanks for looking.
David