T_malloc

T_malloc

POINTER T_malloc (

unsigned int len/* length of block */ );

Description

T_malloc allocates a memory block of at least len bytes. The value of len can be zero, in which case T_malloc returns a valid non-NULL_PTRvalue.

Return value

ValueDescription

address of block

Operation was successful.

NULL_PTR error

C h a p t e r 4 D e t a i l s o f C r y p t o - C F u n c t i o n s

341

Page 351
Image 351
RSA Security 5 manual Tmalloc