CPP: Model 'alloca'.

This commit is contained in:
Geoffrey White
2019-11-28 17:27:37 +00:00
parent 6fc415485b
commit aae9f88413

View File

@@ -77,6 +77,9 @@ class MallocAllocationFunction extends AllocationFunction {
or
// CoTaskMemAlloc(size)
name = "CoTaskMemAlloc" and sizeArg = 0
or
// alloca(size)
name = "alloca" and sizeArg = 0
)
)
}