Home
last modified time | relevance | path

Searched defs:ctxPtr (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.2/kernel/src/libs/
Dlz4.c1770 LZ4_stream_t *ctxPtr = ALLOC(sizeof(LZ4_stream_t)); /* malloc-calloc always properly aligned */ in LZ4_compress_fast() local
1775 LZ4_stream_t *const ctxPtr = &ctx; in LZ4_compress_fast() local