Searched defs:zero_fill (Results 1 – 2 of 2) sorted by relevance
1835 const bool zero_fill = flags & AllocFlags::kZeroFill; in AllocWithFlagsInternal() local2016 bool zero_fill = flags & AllocFlags::kZeroFill; in AllocWithFlagsNoHooks() local
121 pub fn zero_fill(&mut self) -> Result<()> { in zero_fill() method