HomeSort by relevance Sort by last modified time
    Searched refs:rlim_max (Results 51 - 75 of 127) sorted by null

1 23 4 5 6

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/
12-1.c 56 rlim.rlim_max = 0;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/speculative/
12-1.c 57 rlim.rlim_max = 0;
  /system/core/init/
rlimit_parser.cpp 71 if (!ParseUint(args[3], &limit.rlim_max)) {
  /system/extras/tests/storage/
opentest.c 76 rlim.rlim_max = nfiles + 10;
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-solaris.c     [all...]
  /external/ltp/testcases/kernel/syscalls/madvise/
madvise08.c 68 limit.rlim_max = RLIM_INFINITY;
69 limit.rlim_cur = limit.rlim_max;
  /frameworks/base/native/webview/plat_support/
draw_gl_functor.cpp 118 limit_struct.rlim_max = 0;
120 limit_struct.rlim_cur = limit_struct.rlim_max;
  /libcore/ojluni/src/main/native/
IOUtil.c 137 if (rlp.rlim_max > java_lang_Integer_MAX_VALUE) {
140 return (jint)rlp.rlim_max;
  /prebuilts/go/darwin-x86/src/runtime/
os_linux_generic.go 32 rlim_max uintptr
os_linux_mips64x.go 45 rlim_max uintptr
  /prebuilts/go/linux-x86/src/runtime/
os_linux_generic.go 32 rlim_max uintptr
os_linux_mips64x.go 45 rlim_max uintptr
  /external/elfutils/tests/
dwfl-bug-fd-leak.c 104 struct rlimit fd_limit = { .rlim_cur = 32, .rlim_max = 32 };
  /external/ltp/testcases/kernel/mem/thp/
thp01.c 114 .rlim_max = RLIM_INFINITY,
  /external/ltp/testcases/kernel/syscalls/munmap/
munmap03.c 117 addr = (char *)brkval.rlim_max;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
18-1.c 80 struct rlimit rlim = {.rlim_max = RLIM_INFINITY };
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
4-1.c 70 rl.rlim_max = MAX_MEM;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
s-c.c 116 rl.rlim_max = 1024 * 1024 * 32 * SCALABILITY_FACTOR;
117 rl.rlim_cur = rl.rlim_max;
122 output(";Memory is now limited to %dMb\n", rl.rlim_max >> 20);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
s-c.c 116 rl.rlim_max = 1024 * 1024 * 32 * SCALABILITY_FACTOR;
117 rl.rlim_cur = rl.rlim_max;
122 output(";Memory is now limited to %dMb\n", rl.rlim_max >> 20);
  /external/honggfuzz/
subproc.c 160 .rlim_max = run->global->exe.asLimit * 1024ULL * 1024ULL,
170 .rlim_max = run->global->exe.rssLimit * 1024ULL * 1024ULL,
180 .rlim_max = run->global->exe.dataLimit * 1024ULL * 1024ULL,
  /external/libevent/test/
bench_cascade.c 166 rl.rlim_cur = rl.rlim_max = num_pipes * 2 + 50;
  /external/ltp/testcases/kernel/mem/tunable/
overcommit_memory.c 127 lim.rlim_max = RLIM_INFINITY;
  /external/ltp/testcases/kernel/syscalls/ipc/shmat/
shmat01.c 85 r.rlim_max = 1;
  /external/ltp/testcases/kernel/syscalls/llseek/
llseek01.c 192 rlp.rlim_cur = rlp.rlim_max = 2 * BUFSIZ;
  /external/ltp/testcases/kernel/syscalls/msync/
msync03.c 136 addr3 = (char *)rl.rlim_max;

Completed in 561 milliseconds

1 23 4 5 6