Searched defs:ALLOCATOR (Results 1 – 6 of 6) sorted by relevance
4 static ALLOCATOR: Allocator = Allocator; variable
6 static ALLOCATOR: LibcAlloc = LibcAlloc; constant
103 static ALLOCATOR: scudo::GlobalScudoAllocator = scudo::GlobalScudoAllocator; variable
53 #define ALLOCATOR(s) calloc(1,s) macro
128 #define ALLOCATOR(n,s) calloc(n,s) macro
32 static ALLOCATOR: libc_alloc::LibcAlloc = libc_alloc::LibcAlloc; constant