Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h318 uintptr_t inverted_self; member
656 return root->inverted_self == ~reinterpret_cast<uintptr_t>(root); in PartitionPointerIsValid()
Dpartition_alloc.cc135 root->inverted_self = ~reinterpret_cast<uintptr_t>(root); in PartitionAllocBaseInit()