From 12d256b64a21ed05b4e28e0ed19c3ab3080edb7d Mon Sep 17 00:00:00 2001 From: Dennis Potter Date: Wed, 4 Jul 2018 16:34:38 +0200 Subject: [PATCH] Added function declaration --- include/villas/memory.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/villas/memory.h b/include/villas/memory.h index 616377d20..d1829f71a 100644 --- a/include/villas/memory.h +++ b/include/villas/memory.h @@ -81,6 +81,8 @@ void * memory_alloc_aligned(struct memory_type *m, size_t len, size_t alignment) int memory_free(void *ptr); +struct memory_allocation * memory_get_allocation(void *ptr); + #ifdef __cplusplus } #endif