zbi.start_info.memory_alloc

zbi.start_info.memory_alloc

This command identifies the amount of memory currently in use in a ZBI 2.0 program.

Getvar

To show the amount of memory currently in use in bytes:
! U1 getvar "zbi.start_info.memory_alloc"
Example
In this example, the
getvar
shows the amount of memory currently in use.
! U1 getvar "zbi.start_info.memory_alloc" "17203"