1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp/mem.cpp

11 lines
168 B
C++
Raw Normal View History

2018-01-08 14:49:05 +01:00
#include <sarp/mem.h>
extern "C" {
struct sarp_alloc sarp_g_mem = {
.malloc = nullptr,
.realloc = nullptr,
.calloc = nullptr,
.free = nullptr
};
}