Searched refs:zero_fill (Results 1 – 2 of 2) sorted by relevance
121 pub fn zero_fill(&mut self) -> Result<()> { in zero_fill() method277 shared_data.zero_fill()?; in set_pvclock_page()
1835 const bool zero_fill = flags & AllocFlags::kZeroFill; in AllocWithFlagsInternal() local1837 zero_fill ? calloc(1, requested_size) : malloc(requested_size); in AllocWithFlagsInternal()2016 bool zero_fill = flags & AllocFlags::kZeroFill; in AllocWithFlagsNoHooks() local2018 if (PA_LIKELY(!zero_fill)) { in AllocWithFlagsNoHooks()