Searched defs:zero_fill (Results 1 – 4 of 4) sorted by relevance
31 int zero_fill, in allocator_fn()
2071 constexpr bool zero_fill = ContainsFlags(flags, AllocFlags::kZeroFill); in AllocInternal() local2259 constexpr bool zero_fill = ContainsFlags(flags, AllocFlags::kZeroFill); in AllocInternalNoHooks() local
247 pub fn zero_fill(&mut self) -> Result<()> { in zero_fill() method
1491 def generate_workspace_allocation(self, nbytes, device, zero_fill): argument