opnsense-src/sys/contrib/zstd/lib/freebsd
Mark Johnston b9625b0d3b Move zstd malloc()/free()/calloc() macros to stdlib.h.
The definitions otherwise leak into anything that includes zstd.h,
which is not desirable for native FreeBSD code.

Reviewed by:	allanjude, cem, imp
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D14352
2018-02-13 19:18:00 +00:00
..
stddef.h
stdint.h
stdio.h
stdlib.h Move zstd malloc()/free()/calloc() macros to stdlib.h. 2018-02-13 19:18:00 +00:00
string.h
zstd_kfreebsd.c Zstd: Add bswap intrinsics for small MIPS systems (e.g., Onion Omega) 2018-01-11 06:30:50 +00:00
zstd_kfreebsd.h Move zstd malloc()/free()/calloc() macros to stdlib.h. 2018-02-13 19:18:00 +00:00
zstd_kmalloc.c