Home
last modified time | relevance | path

Searched refs:alloc_err (Results 1 – 3 of 3) sorted by relevance

/external/adhd/cras/src/common/
Dcras_audio_format.c103 goto alloc_err; in cras_channel_conv_matrix_alloc()
107 alloc_err: in cras_channel_conv_matrix_alloc()
/external/e2fsprogs/misc/
De2image.c785 goto alloc_err; in init_l2_cache()
798 goto alloc_err; in init_l2_cache()
803 goto alloc_err; in init_l2_cache()
812 alloc_err: in init_l2_cache()
/external/rust/crates/hashbrown/src/raw/
Dmod.rs105 fn alloc_err(self, layout: Layout) -> TryReserveError { in alloc_err() method
1159 Err(_) => return Err(fallibility.alloc_err(layout)), in new_uninitialized()