Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_bucket.h121 ALWAYS_INLINE char* AllocAndFillFreelist(PartitionPage* page);
Dpartition_bucket.cc340 ALWAYS_INLINE char* PartitionBucket::AllocAndFillFreelist(PartitionPage* page) { in AllocAndFillFreelist() function in pdfium::base::internal::PartitionBucket
564 return AllocAndFillFreelist(new_page); in SlowPathAlloc()