Home
last modified time | relevance | path

Searched refs:ALLOCATOR (Results 1 – 5 of 5) sorted by relevance

/external/rust/beto-rust/nearby/presence/ldt_np_adv_ffi/src/
Dno_std.rs22 static ALLOCATOR: LibcAlloc = LibcAlloc; variable
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DNettyHttpClient.java86 .option(ChannelOption.ALLOCATOR, PooledByteBufAllocator.DEFAULT) in prepare()
/external/crosvm/src/
Dmain.rs88 static ALLOCATOR: scudo::GlobalScudoAllocator = scudo::GlobalScudoAllocator; constant
/external/clang/test/CodeGenObjC/
Darc.m750 // CHECK-NEXT: [[ALLOCATOR:%.*]] = alloca i8*, align 8
755 // CHECK-NEXT: store i8* [[T0]], i8** [[ALLOCATOR]]
760 // CHECK-NEXT: [[T1:%.*]] = load i8*, i8** [[ALLOCATOR]], align 8
792 // CHECK-NEXT: [[T0:%.*]] = load i8*, i8** [[ALLOCATOR]]
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs32 static ALLOCATOR: libc_alloc::LibcAlloc = libc_alloc::LibcAlloc; variable