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