Home
last modified time | relevance | path

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

/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
Dpartition_root.h2034 constexpr bool zero_fill = ContainsFlags(flags, AllocFlags::kZeroFill); in AllocInternal() local
2228 constexpr bool zero_fill = ContainsFlags(flags, AllocFlags::kZeroFill); in AllocInternalNoHooks() local
/external/crosvm/devices/src/virtio/
Dpvclock.rs173 pub fn zero_fill(&mut self) -> Result<()> { in zero_fill() method