Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lz4/
Dlz4.c213 # define ALLOC_AND_ZERO(s) lz4_error_memory_allocation_is_disabled macro
223 # define ALLOC_AND_ZERO(s) LZ4_calloc(1,s) macro
228 # define ALLOC_AND_ZERO(s) calloc(1,s) macro
2501 return (LZ4_streamDecode_t*) ALLOC_AND_ZERO(sizeof(LZ4_streamDecode_t)); in LZ4_createStreamDecode()