Searched refs:ALLOC (Results 1 – 1 of 1) sorted by relevance
212 # define ALLOC(s) lz4_error_memory_allocation_is_disabled macro222 # define ALLOC(s) LZ4_malloc(s) macro227 # define ALLOC(s) malloc(s) macro1442 …LZ4_stream_t* const ctxPtr = (LZ4_stream_t*)ALLOC(sizeof(LZ4_stream_t)); /* malloc-calloc always… in LZ4_compress_fast()1486 …LZ4_stream_t* const ctx = (LZ4_stream_t*)ALLOC(sizeof(LZ4_stream_t)); /* malloc-calloc always pr… in LZ4_compress_destSize()1510 LZ4_stream_t* const lz4s = (LZ4_stream_t*)ALLOC(sizeof(LZ4_stream_t)); in LZ4_createStream()