bps_free()
Free the memory allocated by platform services.
Synopsis:
#include <bps/bps.h>
BPS_API void bps_free(void *ptr)
Since:
BlackBerry 10.0.0
Arguments:
- ptr
-
The pointer to the memory to be freed.
Library:
libbps (For the qcc command, use the -l bps option to link against this library)Description:
The bps_free() function releases memory allocated by BPS.
Returns:
Nothing.
Last modified: 2014-05-14