]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/xbt/mmalloc/mmalloc_32.tesh
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar: also ignore S5271 for the examples in C++
[simgrid.git] / teshsuite / xbt / mmalloc / mmalloc_32.tesh
index 449049d43b50d9cfa4db7051d4f9d46cfdd8638a..06bc5435ddbbcab31e6bdbce847728c831475dcf 100644 (file)
@@ -104,6 +104,7 @@ $ ${bindir:=.}/mmalloc_test --log=root.fmt:%m%n
 > All blocks were correctly allocated. Free every second block
 > Memset every second block to zero (yeah, they are not currently allocated :)
 > Re-allocate every second block
-> free all blocks (each one twice, to check that double free are correctly catched)
-> free again all blocks (to really check that double free are correctly catched)
+> free all blocks (each one twice, to check that double free are correctly caught)
+> free again all blocks (to really check that double free are correctly caught)
+> Let's try different codepaths for mrealloc
 > Damnit, I cannot break mmalloc this time. That's SO disappointing.