Home
last modified time | relevance | path

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

/external/cronet/base/allocator/partition_allocator/
Dpartition_root.h1835 const bool zero_fill = flags & AllocFlags::kZeroFill; in AllocWithFlagsInternal() local
2016 bool zero_fill = flags & AllocFlags::kZeroFill; in AllocWithFlagsNoHooks() local
/external/crosvm/devices/src/virtio/
Dpvclock.rs121 pub fn zero_fill(&mut self) -> Result<()> { in zero_fill() method