enum class MallocFamily
Declared at: llvm/lib/Analysis/MemoryBuiltins.cpp:67
Enumerators
Name | Value | Comment |
---|---|---|
Malloc | 0 | |
CPPNew | 1 | |
CPPNewAligned | 2 | |
CPPNewArray | 3 | |
CPPNewArrayAligned | 4 | |
MSVCNew | 5 | |
MSVCArrayNew | 6 | |
VecMalloc | 7 | |
KmpcAllocShared | 8 |
Declared at: llvm/lib/Analysis/MemoryBuiltins.cpp:67
Name | Value | Comment |
---|---|---|
Malloc | 0 | |
CPPNew | 1 | |
CPPNewAligned | 2 | |
CPPNewArray | 3 | |
CPPNewArrayAligned | 4 | |
MSVCNew | 5 | |
MSVCArrayNew | 6 | |
VecMalloc | 7 | |
KmpcAllocShared | 8 |