Improving memory methods
Following on this topic there is a need to improve what exactly these functions do to clear up for future users and stop guess work seen in the topic.
-
GetMem
: It seems allocating more than asked. Is that memory safe to read and write? -
MemSize
: It seems returning the actual usable memory. -
Freemem
: It seems returning the whole allocated memory with metadata of it. -
SysMemSize
: What it does? -
SysFreememSize
: What it does?