Home | History | Annotate | Download | only in lib

Lines Matching refs:ALLOC_AND_ZERO

166 #define ALLOC_AND_ZERO(s) calloc(1,s)
1747 LZ4_streamDecode_t* lz4s = (LZ4_streamDecode_t*) ALLOC_AND_ZERO(sizeof(LZ4_streamDecode_t));