Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc514 char* firstFreelistPointer = return_object + size; in PartitionPageAllocAndFillFreelist() local
516 firstFreelistPointer + sizeof(PartitionFreelistEntry*); in PartitionPageAllocAndFillFreelist()
521 RoundUpToSystemPage(reinterpret_cast<size_t>(firstFreelistPointer))); in PartitionPageAllocAndFillFreelist()
548 char* freelist_pointer = firstFreelistPointer; in PartitionPageAllocAndFillFreelist()