Searched refs:alloc_zeroed (Results 1 – 2 of 2) sorted by relevance
5 use std::alloc::{alloc, alloc_zeroed, dealloc, Layout};78 alloc_zeroed(layout) in zeroed()
1475 const bool alloc_zeroed = wants_memset && memset_value == 0; in intel_alloc_aux_buffer() local1477 !alloc_zeroed && (wants_memset || has_indirect_clear); in intel_alloc_aux_buffer()1479 alloc_zeroed ? BO_ALLOC_ZEROED : (needs_memset ? 0 : BO_ALLOC_BUSY); in intel_alloc_aux_buffer()