MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / decode_end

Method decode_end

DSView/pv/data/logicsnapshot.cpp:1463–1471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1461}
1462
1463void LogicSnapshot::decode_end()
1464{
1465 std::lock_guard<std::mutex> lock(_mutex);
1466
1467 for(void *p : _free_block_list){
1468 free(p);
1469 }
1470 _free_block_list.clear();
1471}
1472
1473void LogicSnapshot::free_decode_lpb(void *lbp)
1474{

Callers 4

decode_task_procMethod · 0.45
execute_decode_stackMethod · 0.45
paint_midMethod · 0.45
create_popupMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected