bps_free()
Frees memory allocated by platform services.
Synopsis:
#include <bps/bps.h>
BPS_API void bps_free(void *ptr)
Arguments:
- ptr
- The pointer to the memory to be freed.
Library:
libbpsDescription:
The bps_free() function releases memory allocated by BPS.
Returns:
Nothing.