HomeSort by relevance Sort by last modified time
    Searched defs:oom (Results 1 - 8 of 8) sorted by null

  /external/jemalloc/test/integration/
mallocx.c 56 * potential OOM on e.g. 32-bit Windows.
73 "Expected OOM for mallocx(size=%#zx, 0)", hugemax+1);
76 "Expected OOM for mallocx(size=%#zx, 0)", ZU(PTRDIFF_MAX)+1);
79 "Expected OOM for mallocx(size=%#zx, 0)", SIZE_T_MAX);
82 "Expected OOM for mallocx(size=1, MALLOCX_ALIGN(%#zx))",
90 bool oom; local
99 oom = false;
103 oom = true;
105 assert_true(oom,
106 "Expected OOM during series of calls to mallocx(size=%zu, 0)"
    [all...]
  /external/ltp/testcases/kernel/mem/lib/
mem.c 26 /* OOM */
109 * oom - allocates memory according to specified testcase and checks
123 void oom(int testcase, int lite, int retcode, int allow_sigkill) function
221 tst_resm(TINFO, "start normal OOM testing.");
222 oom(NORMAL, lite, retcode, allow_sigkill);
224 tst_resm(TINFO, "start OOM testing for mlocked pages.");
225 oom(MLOCK, lite, retcode, allow_sigkill);
228 * Skip oom(KSM) if lite == 1, since limit_in_bytes may vary from
233 "skip OOM test for KSM pags");
235 tst_resm(TINFO, "start OOM testing for KSM pages.")
    [all...]
  /external/jcommander/src/test/java/com/beust/jcommander/
JCommanderTest.java 516 public void oom() { method in class:JCommanderTest
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
forcedeth.c 920 int ret, oom, i; local
938 oom = init_ring(nic);
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 3012 UPB_NORETURN static void oom(tarjan *t) { function
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 3171 UPB_NORETURN static void oom(tarjan *t) { function
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 179727 u8 oom; \/* Set to true if out of memory *\/ member in struct:JsonParse
    [all...]
  /external/sqlite/dist/
sqlite3.c 179739 u8 oom; \/* Set to true if out of memory *\/ member in struct:JsonParse
    [all...]

Completed in 1878 milliseconds