Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc1206 size_t partial_slot_bytes = end_ptr - begin_ptr; in PartitionPurgePage() local
1207 discardable_bytes += partial_slot_bytes; in PartitionPurgePage()
1209 DiscardSystemPages(begin_ptr, partial_slot_bytes); in PartitionPurgePage()