Skip to content

Commit

Permalink
Merge pull request #8094 from tautschnig/bugfixes/dfcc-allocated-memory
Browse files Browse the repository at this point in the history
Dynamic frames: don't instrument __CPROVER_allocated_memory
  • Loading branch information
tautschnig authored Dec 5, 2023
2 parents 42225bc + 89d5387 commit 64fe4d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ init_function_symbols(std::unordered_set<irep_idt> &function_symbols)
if(function_symbols.empty())
{
function_symbols.insert(CPROVER_PREFIX "_start");
function_symbols.insert(CPROVER_PREFIX "allocated_memory");
function_symbols.insert(CPROVER_PREFIX "array_copy");
function_symbols.insert(CPROVER_PREFIX "array_replace");
function_symbols.insert(CPROVER_PREFIX "array_set");
Expand Down

0 comments on commit 64fe4d0

Please sign in to comment.