Home
last modified time | relevance | path

Searched refs:alloc_aligned_buffer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/
H A Dwire.rs365 pub(crate) fn alloc_aligned_buffer<T>(size: usize) -> (Vec<u8>, usize) { in alloc_aligned_buffer() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Ddense.rs1903 let (mut buf, padding) = wire::alloc_aligned_buffer::<u32>(len); in to_bytes()