MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / isHeapAllocated

Method isHeapAllocated

ir/pointer.cpp:769–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767}
768
769expr Pointer::isHeapAllocated() const {
770 assert(MALLOC == 2 && CXX_NEW == 3);
771 return getAllocType().extract(1, 1) == 1;
772}
773
774static expr at_least_same_offseting(const Pointer &p1, const Pointer &p2,
775 bool any_stack) {

Callers 3

mkAxiomsMethod · 0.80
setStateMethod · 0.80
at_least_same_offsetingFunction · 0.80

Calls 1

extractMethod · 0.45

Tested by

no test coverage detected