Searched refs:zero_fill (Results 1 – 2 of 2) sorted by relevance
94 bool zero_fill = flags & PartitionAllocZeroFill; in AllocFromBucket() local142 if (!zero_fill) { in AllocFromBucket()149 if (ret && zero_fill && !is_already_zeroed) { in AllocFromBucket()
401 const bool zero_fill = flags & PartitionAllocZeroFill; in PartitionAllocGenericFlags() local402 void* result = zero_fill ? calloc(1, size) : malloc(size); in PartitionAllocGenericFlags()