58typedef enum {
false = (0==1),
true = (1==1) }
bool;
63extern size_t (*
oomfill_fill)(
const size_t minHeap,
const size_t minStack);
size_t(* oomfill_disable)()
Stops the current oomfill.
size_t(* oomfill_enable)(const size_t softlimit)
Starts a new oomfill environment or reconfigure the soft limit.
size_t(* oomfill_fill)(const size_t minHeap, const size_t minStack)
Starts an almost OOM single and simple test.
void(* oomfill_free)()
Ends a single simple OOM test.
size_t oomfill_config(const size_t hardlimit)
Sets the oomfill helpers hard rlimit and enables the oomfill helper features.