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

12 lines
160 B
C++
Raw Normal View History

2018-01-25 17:24:33 +01:00
#include <llarp/mem.h>
2018-01-08 14:49:05 +01:00
2018-05-16 20:13:18 +02:00
2018-01-08 14:49:05 +01:00
extern "C" {
2018-05-16 20:13:18 +02:00
void llarp_mem_slab(struct llarp_alloc * mem, uint32_t * buf, size_t sz)
{
// not implemented
abort();
}
2018-01-08 14:49:05 +01:00
}