Actions
Evolution #406
closedAdd threshold decrementation in OOMTEST_BEGIN/END macros
Start date:
07/08/2024
Due date:
% Done:
100%
Estimated time:
2:00 h
Description
#define OOMTEST_BEGIN(x) \
for (threshold=x; threshold>0; threshold--) { \
oomtest_begin(threshold);
#define OOMTEST_END \
Updated by François Cerbelle 6 months ago
- Blocks Feature request #400: Implement tests for the oomtest_begin/oomtest_end functions added
Actions