Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_root_base.h94 bool zero_fill = flags & PartitionAllocZeroFill; in AllocFromBucket() local
142 if (!zero_fill) { in AllocFromBucket()
149 if (ret && zero_fill && !is_already_zeroed) { in AllocFromBucket()
Dpartition_alloc.h401 const bool zero_fill = flags & PartitionAllocZeroFill; in PartitionAllocGenericFlags() local
402 void* result = zero_fill ? calloc(1, size) : malloc(size); in PartitionAllocGenericFlags()