mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-07 15:20:31 +00:00
9 lines
123 B
C++
9 lines
123 B
C++
#include <llarp/mem.h>
|
|
|
|
extern "C" {
|
|
struct llarp_alloc llarp_g_mem = {
|
|
.alloc = nullptr,
|
|
.free = nullptr
|
|
};
|
|
}
|