Home | History | Annotate | Download | only in integration

Lines Matching defs:oom

46  * potential OOM on e.g. 32-bit Windows.
60 "Expected OOM for mallocx(size=%#zx, 0)", largemax+1);
63 "Expected OOM for mallocx(size=%#zx, 0)", ZU(PTRDIFF_MAX)+1);
66 "Expected OOM for mallocx(size=%#zx, 0)", SIZE_T_MAX);
69 "Expected OOM for mallocx(size=1, MALLOCX_ALIGN(%#zx))",
76 bool oom;
85 oom = false;
89 oom = true;
92 assert_true(oom,
93 "Expected OOM during series of calls to mallocx(size=%zu, 0)",
105 "Expected OOM for mallocx()");
108 "Expected OOM for mallocx()");
111 "Expected OOM for mallocx()");