MCPcopy Create free account
hub / github.com/cinit/TMoe / Architecture

Class Architecture

app/src/main/cpp/utils/ProcessUtils.h:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31bool getProcessInfo(int pid, ProcessInfo &info);
32
33class Architecture {
34public:
35 static constexpr int ARCH_X86 = 3;
36 static constexpr int ARCH_X86_64 = 62;
37 static constexpr int ARCH_ARM = 40;
38 static constexpr int ARCH_AARCH64 = 183;
39};
40
41/**
42 * Get the kernel architecture of the current Linux system.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected