DipStax / CContainer

Library of container on the heap in C
GNU General Public License v3.0
1 stars 0 forks source link

Framework for memory access #5

Closed DipStax closed 4 months ago

DipStax commented 6 months ago

When:

During test, the content of the memory is not checked (mainly on Vector). This can create undefine behavior, when a certain one is expected.

What:

Create a small set of function to analyse easly the memory and use it during test to cover all the possible memory case.