Home
last modified time | relevance | path

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

/aosp_15_r20/external/lz4/lib/
H A Dlz4.c211 # define ALLOC_AND_ZERO(s) lz4_error_memory_allocation_is_disabled macro
221 # define ALLOC_AND_ZERO(s) LZ4_calloc(1,s) macro
226 # define ALLOC_AND_ZERO(s) calloc(1,s) macro
H A Dlz4frame.c97 # define ALLOC_AND_ZERO(s) calloc(1,(s)) macro