Home
last modified time | relevance | path

Searched refs:zero_fill (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/virtio/
Dpvclock.rs121 pub fn zero_fill(&mut self) -> Result<()> { in zero_fill() method
277 shared_data.zero_fill()?; in set_pvclock_page()
/external/cronet/base/allocator/partition_allocator/
Dpartition_root.h1835 const bool zero_fill = flags & AllocFlags::kZeroFill; in AllocWithFlagsInternal() local
1837 zero_fill ? calloc(1, requested_size) : malloc(requested_size); in AllocWithFlagsInternal()
2016 bool zero_fill = flags & AllocFlags::kZeroFill; in AllocWithFlagsNoHooks() local
2018 if (PA_LIKELY(!zero_fill)) { in AllocWithFlagsNoHooks()