mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Added function declaration
This commit is contained in:
parent
08682bec9b
commit
12d256b64a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue