T_free

T_free

void T_free (

 

POINTER block

/* block address */

);

 

 

 

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.

3 4 0

R S A B S A F E C r y p t o - C L i b r a r y R e f e r e n c e M a n u a l

Page 350
Image 350
RSA Security 5 manual Void Tfree