Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar: don't use auto for pointers, but auto*
[simgrid.git] / teshsuite / xbt / mmalloc / mmalloc_32.tesh
index 449049d43b50d9cfa4db7051d4f9d46cfdd8638a..e40a03f31b59e6ce017033761307864abc22e7c1 100644 (file)
@@ -106,4 +106,5 @@ $ ${bindir:=.}/mmalloc_test --log=root.fmt:%m%n
 > 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)
+> Let's try different codepaths for mrealloc
 > Damnit, I cannot break mmalloc this time. That's SO disappointing.