This commit is contained in:
Robert Marsh 2019-11-12 10:16:01 -08:00
Родитель 7e8a67a046
Коммит 9554513cd6
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -13,9 +13,7 @@
import cpp
class MallocCall extends FunctionCall {
MallocCall() {
this.getTarget().hasGlobalOrStdName("malloc")
}
MallocCall() { this.getTarget().hasGlobalOrStdName("malloc") }
Expr getAllocatedSize() {
if this.getArgument(0) instanceof VariableAccess