Project

General

Profile

Evolution #375

Updated by François Cerbelle 3 months ago

Rename lstblock to dumpblocks lstblocks everywhere in the code 
 Rename nbblock to getnbblocks nbblocks everywhere in the code 
 Update a private counter from addblock/delblock and return it from getnbblocks nbblocks to achieve have O(1) and not O(n) 
 Add a getsizeblocks sizeblocks to return to sum of allocated RAM 
 Update a private counter from addblock/delblock and return it from getsizeblocks sizeblocks to have O(1) and not O(n) 

Back