NXPageFree

Frees memory previously allocated by NXPageAlloc.

Library:LibC
Classification:NKS
Service:Memory Management

Syntax

  #include <nks/memory.h>
   
  void NXPageFree (
     void   *memory);
  

Parameters

memory

(IN) Points to the memory to be freed, which must have been allocated by calling NXPageAlloc.

Remarks

For sample code, see Memory.c.

See Also

NXPageAlloc