Searched defs:ALLOCATE (Results 1 – 3 of 3) sorted by relevance
28 #define ALLOCATE(x) aligned_alloc(ALLOC_ALIGN, x) macro30 #define ALLOCATE(x) malloc(x) macro
82 #define ALLOCATE(N) C##N* c##N = new C##N(); macro
1177 pub const ALLOCATE: Self = Self(0); constant