Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_bucket.h70 static PartitionBucket* get_sentinel_bucket();
Dpartition_bucket.cc111 PartitionBucket* PartitionBucket::get_sentinel_bucket() { in get_sentinel_bucket() function in pdfium::base::internal::PartitionBucket
476 DCHECK(this == get_sentinel_bucket()); in SlowPathAlloc()
548 DCHECK(bucket != get_sentinel_bucket()); in SlowPathAlloc()
Dpartition_alloc.cc180 internal::PartitionBucket::get_sentinel_bucket()->active_pages_head = in PartitionAllocBaseInit()
273 *bucket_ptr++ = internal::PartitionBucket::get_sentinel_bucket(); in Init()
289 *bucket_ptr = internal::PartitionBucket::get_sentinel_bucket(); in Init()