Notifications
Clear all

[Closed] (SDK) Get Heap Size and Heap Free?

does anyone have an idea where the system stores Heap Size and Heap Free amount which the mxs returns with heapsize and heapfree?

3 Replies
 lo1

Somewhere you will never find it.

ExecuteMAXScriptScript to the rescue.

1 Reply
(@denist)
Joined: 11 months ago

Posts: 0

that’s what was coming first

Perhaps you can find some clue in the MXS Kernel headers “collectable.h”, “value.h”?
There seems to be some stack/heap stuff in there. Not much documentation though.