Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/
Dfam.rs171 mem_allocator: Vec<T>, field
224 let mut mem_allocator = Vec::with_capacity(required_mem_allocator_capacity); in new() localVariable
488 let mut mem_allocator = Vec::with_capacity(required_mem_allocator_capacity); in clone() localVariable