You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/mem.cpp

6 lines
109 B
C++

#include <llarp/mem.h>
extern "C" {
struct llarp_alloc llarp_g_mem = {.alloc = nullptr, .free = nullptr};
}