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