Frees allocated memory in the heap.
#include <prmem.h> void PR_Free(void *ptr);
ptr
Nothing.
This function frees the memory addressed by ptr in the heap.