Home
last modified time | relevance | path

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

/dflybsd-src/contrib/xz/src/common/
H A Dsysdefs.h194 # define lzma_attr_alloc_size(x) __attribute__((__alloc_size__(x))) macro
196 # define lzma_attr_alloc_size(x) macro
/dflybsd-src/contrib/xz/src/liblzma/common/
H A Dcommon.h230 lzma_attribute((__malloc__)) lzma_attr_alloc_size(1);
235 extern void * lzma_attribute((__malloc__)) lzma_attr_alloc_size(1)
H A Dcommon.c38 extern void * lzma_attribute((__malloc__)) lzma_attr_alloc_size(1)
56 extern void * lzma_attribute((__malloc__)) lzma_attr_alloc_size(1)
/dflybsd-src/contrib/xz/src/xz/
H A Dutil.h23 lzma_attribute((__malloc__)) lzma_attr_alloc_size(2);