Frees memory previously allocated by NXPageAlloc.
#include <nks/memory.h>
void NXPageFree (
void *memory);
(IN) Points to the memory to be freed, which must have been allocated by calling NXPageAlloc.
For sample code, see Memory.c.