Home | History | Annotate | Download | only in integration

Lines Matching defs:oom

46  * potential OOM on e.g. 32-bit Windows.
70 "Expected OOM for mallocx(size=%#zx, 0)", largemax+1);
73 "Expected OOM for mallocx(size=%#zx, 0)", ZU(PTRDIFF_MAX)+1);
76 "Expected OOM for mallocx(size=%#zx, 0)", SIZE_T_MAX);
79 "Expected OOM for mallocx(size=1, MALLOCX_ALIGN(%#zx))",
118 bool oom;
127 oom = false;
131 oom = true;
134 expect_true(oom,
135 "Expected OOM during series of calls to mallocx(size=%zu, 0)",
147 "Expected OOM for mallocx()");
150 "Expected OOM for mallocx()");
153 "Expected OOM for mallocx()");