Home
last modified time | relevance | path

Searched refs:s_allocPageErrorCode (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator.cc31 static std::atomic<int32_t> s_allocPageErrorCode{0}; variable
39 static std::atomic<int32_t> s_allocPageErrorCode{ERROR_SUCCESS}; variable
63 s_allocPageErrorCode = GetLastError(); in SystemAllocPages()
70 s_allocPageErrorCode = errno; in SystemAllocPages()
277 return s_allocPageErrorCode; in GetAllocPageErrorCode()