Searched defs:A (Results 1 – 3 of 3) sorted by relevance
/trusty/user/base/lib/trusty-std/src/ |
D | clone_ext.rs | 60 fn try_to_vec<T: TryConvertVec, A: Allocator>(s: &[T], alloc: A) -> Result<Vec<T, A>, AllocError> { in try_to_vec() argument 65 fn try_to_vec<A: Allocator>(s: &[Self], alloc: A) -> Result<Vec<Self, A>, AllocError> in try_to_vec() argument 72 default fn try_to_vec<A: Allocator>(s: &[Self], alloc: A) -> Result<Vec<Self, A>, AllocError> { in try_to_vec() argument 112 fn try_to_vec<A: Allocator>(s: &[Self], alloc: A) -> Result<Vec<Self, A>, AllocError> { in try_to_vec() argument
|
D | alloc.rs | 199 static A: System = System; variable
|
/trusty/user/base/lib/dlmalloc/ |
D | dlmalloc.c | 1625 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) argument 1628 #define align_offset(A)\ argument 2236 #define align_as_chunk(A) (mchunkptr)((A) + align_offset(chunk2mem(A))) argument 2709 #define segment_holds(S, A)\ argument
|