Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc548 char* freelist_pointer = firstFreelistPointer; in PartitionPageAllocAndFillFreelist() local
550 reinterpret_cast<PartitionFreelistEntry*>(freelist_pointer); in PartitionPageAllocAndFillFreelist()
553 freelist_pointer += size; in PartitionPageAllocAndFillFreelist()
555 reinterpret_cast<PartitionFreelistEntry*>(freelist_pointer); in PartitionPageAllocAndFillFreelist()