Free the memory allocated by platform services.
#include <bps/bps.h>
BPS_API void bps_free(void *ptr)
BlackBerry 10.0.0
The pointer to the memory to be freed.
The bps_free() function releases memory allocated by BPS.
Nothing.