Searched refs:ALLOC_AND_ZERO (Results 1 – 3 of 3) sorted by relevance
209 # define ALLOC_AND_ZERO(s) lz4_error_memory_allocation_is_disabled macro219 # define ALLOC_AND_ZERO(s) LZ4_calloc(1,s) macro224 # define ALLOC_AND_ZERO(s) calloc(1,s) macro2465 return (LZ4_streamDecode_t*) ALLOC_AND_ZERO(sizeof(LZ4_streamDecode_t)); in LZ4_createStreamDecode()
96 # define ALLOC_AND_ZERO(s) calloc(1,(s)) macro108 return ALLOC_AND_ZERO(s); in LZ4F_calloc()
995 (LZ4_streamHC_t*)ALLOC_AND_ZERO(sizeof(LZ4_streamHC_t)); in LZ4_createStreamHC()