NXGetPageSize

Returns the platform-specific page size (in bytes).

Library:LibC
Classification:NKS
Service:NKS Platform

Syntax

  #include <nks/plat.h>
   
  size_t NXGetPageSize (void);
  

Return Values

Returns the page size.

Remarks

For sample code, see Memory.c.

See Also