Actions
Evolution #375
closedLibmemtrack lstblock rename, nbblock rework and rename, sizeblocks addition
Description
Rename lstblock to dumpblocks everywhere in the code
Rename nbblock to getnbblocks everywhere in the code
Update a private counter from addblock/delblock and return it from getnbblocks to achieve O(1) and not O(n)
Add a getsizeblocks to return to sum of allocated RAM
Update a private counter from addblock/delblock and return it from getsizeblocks to have O(1) and not O(n)
Updated by François Cerbelle 11 months ago
- Status changed from Nouveau to En cours
Updated by François Cerbelle 11 months ago
- Status changed from En cours to Résolu
- % Done changed from 80 to 100
Applied in changeset mkernel|ebd94a532555143b47d09849bb55ad9f513f0b48.
Actions