Home
last modified time | relevance | path

Searched defs:PartitionDirectMapExtent (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_direct_map_extent.h15 struct PartitionDirectMapExtent { struct
16 PartitionDirectMapExtent* next_extent; argument
17 PartitionDirectMapExtent* prev_extent; argument
21 ALWAYS_INLINE static PartitionDirectMapExtent* FromPage(PartitionPage* page); argument