{"author":"Daniel Stenberg","author_email":"daniel@haxx.se","author_time":1751666223,"commit_time":1751962485,"committer":"Daniel Stenberg","committer_email":"daniel@haxx.se","hash":"8724306e78b399917f38e161cf97592377f45e8d","message":"runtests: support memory-limits per test\n\nThe idea here is to set limits per test how many allocations and maximum\namount of memory it is allowed to use. This is a means to make sure the\nnumber and total size of allocations are kept in check and don't\nmistakenly \"blow up\".\n\nIf runtests.pl detects that the given limits have been exceeded it fails\nthe test case with an error.\n\nThe `<verify>` part now supports `<limits>`, and in this section two\nlimits can be set for each test (verified in debug builds only):\n\n    Allocations: [number of allocation calls]\n    Maximum allocated: [maximum concurrent memory allocated]\n\nDefault limits (used if nothing is set in the test file):\n\n    Allocations: 1000\n    Maximum allocated: 1000000\n\nCloses #17821\n","parents":["4188db5db93448b5ab0e5adb7f9a9a6e4bb5626e"],"tree_hash":"21bb00d6ec13524c26280dbc84d4c030521a4780"}