MetaWear C++ API
0.20.0
C++ implementation of the MetaWear protocol
|
Memory management for memory allocated by the API. More...
#include "dllmarker.h"
Go to the source code of this file.
Functions | |
METAWEAR_API void | mbl_mw_memory_free (void *ptr) |
Frees allocated memory. More... | |
Memory management for memory allocated by the API.
METAWEAR_API void mbl_mw_memory_free | ( | void * | ptr | ) |
Frees allocated memory.
ptr | Pointer to the memory to free |