Tests if a value is a call or invoke to a library function that allocates or reallocates memory (either malloc, calloc, realloc, or strdup like).
Declared in <llvm/Analysis/MemoryBuiltins.h>
bool
isAllocationFn(
Value const* V,
TargetLibraryInfo const* TLI);
True if V is a call or invoke to such an allocation function.
| Name | Description |
|---|---|
| V | Value that may be a call or invoke. |
| TLI | Target library info used to identify allocation functions. |