1 1.1 riastrad #include <sys/cdefs.h> 2 1.1 riastrad #include <sys/malloc.h> 3 1.1 riastrad #undef malloc 4 1.1 riastrad #undef free 5 1.2 riastrad #define malloc(size) __malloc_should_not_be_used 6 1.2 riastrad #define free(addr) __free_should_not_be_used 7 1.1 riastrad 8 1.2 riastrad #define abort() panic("libsodium internal error") 9