Home | History | Annotate | Download | only in lib

Lines Matching refs:ALLOCATOR

142 #define ALLOCATOR(n,s) calloc(n,s)
713 void* ctx = ALLOCATOR(LZ4_STREAMSIZE_U64, 8); /* Aligned on 8-bytes boundaries */
733 void* ctx = ALLOCATOR(LZ4_STREAMSIZE_U64, 8); /* Aligned on 8-bytes boundaries */
767 LZ4_stream_t* lz4s = (LZ4_stream_t*)ALLOCATOR(8, LZ4_STREAMSIZE_U64);
1154 LZ4_streamDecode_t* lz4s = (LZ4_streamDecode_t*) ALLOCATOR(sizeof(U64), LZ4_STREAMDECODESIZE_U64);
1316 void* lz4ds = ALLOCATOR(8, LZ4_STREAMSIZE_U64);