Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/uefi/src/helpers/
Dglobal_allocator.rs4 static ALLOCATOR: Allocator = Allocator; variable
/external/bazelbuild-rules_rust/test/no_std/
Dalloc.rs6 static ALLOCATOR: LibcAlloc = LibcAlloc; constant
/external/crosvm/src/
Dmain.rs103 static ALLOCATOR: scudo::GlobalScudoAllocator = scudo::GlobalScudoAllocator; variable
/external/coreboot/util/cbfstool/lz4/lib/
Dlz4frame.c53 #define ALLOCATOR(s) calloc(1,s) macro
Dlz4.c128 #define ALLOCATOR(n,s) calloc(n,s) macro
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs32 static ALLOCATOR: libc_alloc::LibcAlloc = libc_alloc::LibcAlloc; constant