Searched refs:s_allocPageErrorCode (Results 1 – 1 of 1) sorted by relevance
31 static std::atomic<int32_t> s_allocPageErrorCode{0}; variable39 static std::atomic<int32_t> s_allocPageErrorCode{ERROR_SUCCESS}; variable63 s_allocPageErrorCode = GetLastError(); in SystemAllocPages()70 s_allocPageErrorCode = errno; in SystemAllocPages()277 return s_allocPageErrorCode; in GetAllocPageErrorCode()