Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/devtools/etdump/
H A Demitter.cpp31 int zero_fill, in allocator_fn()
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_root.h2071 constexpr bool zero_fill = ContainsFlags(flags, AllocFlags::kZeroFill); in AllocInternal() local
2259 constexpr bool zero_fill = ContainsFlags(flags, AllocFlags::kZeroFill); in AllocInternalNoHooks() local
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dpvclock.rs247 pub fn zero_fill(&mut self) -> Result<()> { in zero_fill() method
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dwrapper.py1491 def generate_workspace_allocation(self, nbytes, device, zero_fill): argument