Searched refs:ALLOC (Results 1 – 1 of 1) sorted by relevance
200 #define ALLOC(s) LZ4_malloc(s) macro205 #define ALLOC(s) kmalloc(s, 0) macro1770 LZ4_stream_t *ctxPtr = ALLOC(sizeof(LZ4_stream_t)); /* malloc-calloc always properly aligned */ in LZ4_compress_fast()1820 …LZ4_stream_t *ctx = (LZ4_stream_t *)ALLOC(sizeof(LZ4_stream_t)); /* malloc-calloc always properly … in LZ4_compress_destSize()1842 LZ4_stream_t *const lz4s = (LZ4_stream_t *)ALLOC(sizeof(LZ4_stream_t)); in LZ4_createStream()