Searched refs:is_already_zeroed (Results 1 – 3 of 3) sorted by relevance
95 bool is_already_zeroed = false; in AllocFromBucket() local115 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()
45 bool* is_already_zeroed);
457 bool* is_already_zeroed) { in SlowPathAlloc() argument462 *is_already_zeroed = false; in SlowPathAlloc()486 *is_already_zeroed = true; in SlowPathAlloc()