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

/freebsd-11.0-release/contrib/xz/src/xz/
H A Dutil.h23 lzma_attribute((__malloc__)) lzma_attr_alloc_size(2);
/freebsd-11.0-release/contrib/xz/src/common/
H A Dsysdefs.h197 # define lzma_attr_alloc_size(x) __attribute__((__alloc_size__(x))) macro
199 # define lzma_attr_alloc_size(x) macro
/freebsd-11.0-release/contrib/xz/src/liblzma/common/
H A Dcommon.h234 lzma_attribute((__malloc__)) lzma_attr_alloc_size(1);
239 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)

Completed in 146 milliseconds