MetaWear C++ API  0.18.0
C++ implementation of the MetaWear protocol
Functions
memory.h File Reference

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...
 

Detailed Description

Memory management for memory allocated by the API.

Function Documentation

◆ mbl_mw_memory_free()

METAWEAR_API void mbl_mw_memory_free ( void *  ptr)

Frees allocated memory.

Parameters
ptrPointer to the memory to free