why2_allocated¶
Parameters¶
Identifier | Data type |
---|---|
pointer |
void * |
Attributes¶
Return type | why2_bool |
Header comment | CHECKS IF pointer WAS ALLOCATED USING WHY2-MEM |
Added in commit | 65135ac96161eaa236b37ca2f3ace64345bbba66 |
Description¶
Function searches linked-list
for pointer
. If found, false
is returned, otherwise true
is returned.