reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/builtins/enable_execute_stack.c
   56   const uintptr_t pageSize = sysconf(_SC_PAGESIZE);
projects/compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp
   57   return sysconf(_SC_PAGESIZE);
projects/compiler-rt/lib/scudo/standalone/linux.cpp
   40 uptr getPageSize() { return static_cast<uptr>(sysconf(_SC_PAGESIZE)); }