Searched defs:ALLOC (Results 1 – 19 of 19) sorted by relevance
5 static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc; variable
5 static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc; constant
2 static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc; variable
2 static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc; constant
4 static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc; constant
350 #define ALLOC( type ) \ macro
191 #define DUP_DATA(dst, src, size, padding, ALLOC) \ argument
208 # define ALLOC(s) lz4_error_memory_allocation_is_disabled macro218 # define ALLOC(s) LZ4_malloc(s) macro223 # define ALLOC(s) malloc(s) macro
95 # define ALLOC(s) malloc(s) macro
108 # define ALLOC(size) (malloc(size)) macro
62 # define ALLOC(size) (malloc(size)) macro
112 # define ALLOC(size) (malloc(size)) macro
193 ALLOC = 12, enumerator
45 #define ALLOC(size, comment) macro
1794 #define ALLOC BIT(0) /* val.s has been allocated */ macro