Home
last modified time | relevance | path

Searched refs:ALLOC_AND_ZERO (Results 1 – 3 of 3) sorted by relevance

/third_party/lz4/lib/
Dlz4.c209 # define ALLOC_AND_ZERO(s) lz4_error_memory_allocation_is_disabled macro
219 # define ALLOC_AND_ZERO(s) LZ4_calloc(1,s) macro
224 # define ALLOC_AND_ZERO(s) calloc(1,s) macro
2465 return (LZ4_streamDecode_t*) ALLOC_AND_ZERO(sizeof(LZ4_streamDecode_t)); in LZ4_createStreamDecode()
Dlz4frame.c96 # define ALLOC_AND_ZERO(s) calloc(1,(s)) macro
108 return ALLOC_AND_ZERO(s); in LZ4F_calloc()
Dlz4hc.c995 (LZ4_streamHC_t*)ALLOC_AND_ZERO(sizeof(LZ4_streamHC_t)); in LZ4_createStreamHC()