Searched defs:zero_fill (Results 1 – 2 of 2) sorted by relevance
2034 constexpr bool zero_fill = ContainsFlags(flags, AllocFlags::kZeroFill); in AllocInternal() local2228 constexpr bool zero_fill = ContainsFlags(flags, AllocFlags::kZeroFill); in AllocInternalNoHooks() local
173 pub fn zero_fill(&mut self) -> Result<()> { in zero_fill() method