#include int main(int argc, char * argv[]) { struct sarp_router * router = NULL; struct sarp_alloc mem; sarp_mem_jemalloc(&mem); return 0; }