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.cc593 size_t partial_slot_bytes = end_ptr - begin_ptr; in PartitionPurgePage() local
594 discardable_bytes += partial_slot_bytes; in PartitionPurgePage()
596 DiscardSystemPages(begin_ptr, partial_slot_bytes); in PartitionPurgePage()