A SERVICE OF

logo

T_free
340 RSA BSAFE Crypto-C Library Reference Manual
T_free
Description
T_free deallocates
block
. The value of
block
is allocated with T_malloc or reallocated
with
T_realloc, or it is NULL_PTR. If
block
is NULL_PTR, T_free performs no operation.
Return value
There is no return value.
void T_free (
POINTER block /* block address */
);