Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/libs/
Dlz4.c201 #define ALLOC_AND_ZERO(s) LZ4_calloc(1, s) macro
206 #define ALLOC_AND_ZERO(s) kzalloc(s, 0) macro
2905 LZ4_streamDecode_t *lz4s = (LZ4_streamDecode_t *)ALLOC_AND_ZERO(sizeof(LZ4_streamDecode_t)); in LZ4_createStreamDecode()