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++

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