Home
last modified time | relevance | path

Searched refs:ALLOC (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.2/kernel/src/libs/
Dlz4.c200 #define ALLOC(s) LZ4_malloc(s) macro
205 #define ALLOC(s) kmalloc(s, 0) macro
1770 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()