Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_root_base.h95 bool is_already_zeroed = false; in AllocFromBucket() local
115 ret = bucket->SlowPathAlloc(this, flags, size, &is_already_zeroed); in AllocFromBucket()
144 } else if (!is_already_zeroed) { in AllocFromBucket()
149 if (ret && zero_fill && !is_already_zeroed) { in AllocFromBucket()
Dpartition_bucket.h45 bool* is_already_zeroed);
Dpartition_bucket.cc457 bool* is_already_zeroed) { in SlowPathAlloc() argument
462 *is_already_zeroed = false; in SlowPathAlloc()
486 *is_already_zeroed = true; in SlowPathAlloc()