LLVM API Documentation
#include <Process.h>
Static Public Member Functions | |
Accessors | |
static unsigned | GetPageSize () |
Get the virtual memory page size. |
This class provides an abstraction for getting information about the currently executing process.
Definition at line 24 of file Process.h.
|
Get the virtual memory page size. This static function will return the operating system's virtual memory page size.
Definition at line 25 of file Unix/Process.cpp. |