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

/freebsd-10.2-release/sys/contrib/xz-embedded/freebsd/
H A Dxz_malloc.h30 extern void *xz_malloc(unsigned long size);
H A Dxz_malloc.c29 #include "xz_malloc.h"
36 xz_malloc(unsigned long size) function
H A Dxz_config.h36 #include "xz_malloc.h"
57 #define kmalloc(size, flags) xz_malloc(size)
59 #define vmalloc(size) xz_malloc(size)
/freebsd-10.2-release/sys/modules/geom/geom_uncompress/
H A DMakefile14 xz_malloc.c
15 SRCS+= xz.h xz_config.h xz_lzma2.h xz_malloc.h xz_private.h xz_stream.h zlib.h

Completed in 49 milliseconds