Searched defs:getPageSize (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dfuchsia.cpp26 uptr getPageSize() { return PAGE_SIZE; } function in namespace:scudo
H A Dlinux.cpp44 uptr getPageSize() { return static_cast<uptr>(sysconf(_SC_PAGESIZE)); } function in namespace:scudo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h637 uint32_t getPageSize() const { return RemotePageSize; } function in class:llvm::orc::remote::OrcRemoteTargetClient

Completed in 103 milliseconds