Actions
Feature request #409
closedOOMTEST disabled if not initialized
Description
oomtest_begin_preinit(x)
oomtest_setup(PAGE_SIZE*AVPHYPAGES);
oomtest_begin(x);
oomtest_begin_postinit(x)
fillram
oomtest_begin=oomtest_begin_preinit
oomtest_setup(x)
setrlimit(x);
oomtest_begin=oomtest_begin_postinit
Actions