Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/NEON/kernels/convolution/common/
Dalloc.hpp28 #define ALLOCATE(x) aligned_alloc(ALLOC_ALIGN, x) macro
30 #define ALLOCATE(x) malloc(x) macro
/external/google-fruit/extras/benchmark/
Dnew_delete_benchmark.cpp82 #define ALLOCATE(N) C##N* c##N = new C##N(); macro
/external/rust/crates/ash/src/vk/
Denums.rs1177 pub const ALLOCATE: Self = Self(0); constant