why2_calloc¶
Parameters¶
Identifier | Data type |
---|---|
element |
unsigned long |
size |
unsigned long |
Attributes¶
Return type | void * |
Header comment | This functions doesn't have any description. |
Added in commit | 3491d89a86eba805c3f42543a431cae33bae146b |
Description¶
Function passes element
and size
into calloc
function and returns the output value. The value is also pushed to linked-list
for garbage collector.