OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RLIMIT_AS
(Results
76 - 100
of
103
) sorted by null
1
2
3
4
5
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/asm-generic/
resource.h
37
#ifndef
RLIMIT_AS
38
#define
RLIMIT_AS
9
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/asm-generic/
resource.h
42
#ifndef
RLIMIT_AS
44
#define
RLIMIT_AS
9
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm-generic/
resource.h
37
#ifndef
RLIMIT_AS
38
#define
RLIMIT_AS
9
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/asm-generic/
resource.h
42
#ifndef
RLIMIT_AS
44
#define
RLIMIT_AS
9
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm-generic/
resource.h
37
#ifndef
RLIMIT_AS
38
#define
RLIMIT_AS
9
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm-generic/
resource.h
42
#ifndef
RLIMIT_AS
44
#define
RLIMIT_AS
9
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm-generic/
resource.h
37
#ifndef
RLIMIT_AS
38
#define
RLIMIT_AS
9
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm-generic/
resource.h
37
#ifndef
RLIMIT_AS
38
#define
RLIMIT_AS
9
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm-generic/
resource.h
37
#ifndef
RLIMIT_AS
38
#define
RLIMIT_AS
9
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm-generic/
resource.h
37
#ifndef
RLIMIT_AS
38
#define
RLIMIT_AS
9
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm-generic/
resource.h
37
#ifndef
RLIMIT_AS
38
#define
RLIMIT_AS
9
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/
resource.h
37
#ifndef
RLIMIT_AS
38
#define
RLIMIT_AS
9
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
resource.h
37
#ifndef
RLIMIT_AS
38
#define
RLIMIT_AS
9
/external/compiler-rt/test/asan/TestCases/Linux/
rlimit_mmap_test.cc
12
assert(0 == setrlimit(
RLIMIT_AS
, &mmap_resource_limit));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
resource.h
69
RLIMIT_AS
= 9,
70
#define
RLIMIT_AS
RLIMIT_AS
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
resource.h
69
RLIMIT_AS
= 9,
70
#define
RLIMIT_AS
RLIMIT_AS
/external/strace/xlat/
resources.h
4
#if defined(
RLIMIT_AS
) || (defined(HAVE_DECL_RLIMIT_AS) && HAVE_DECL_RLIMIT_AS)
5
XLAT(
RLIMIT_AS
),
/development/ndk/sources/android/libportable/arch-mips/
resource.c
31
return
RLIMIT_AS
;
/external/libunwind/tests/
test-mem.c
99
setrlimit (
RLIMIT_AS
, &rlim);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
testutil.cc
54
// unix. On Linux we need
RLIMIT_AS
because that covers the use of mmap.
57
#ifdef
RLIMIT_AS
58
#define USE_RESOURCE
RLIMIT_AS
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
testutil.cc
54
// unix. On Linux we need
RLIMIT_AS
because that covers the use of mmap.
57
#ifdef
RLIMIT_AS
58
#define USE_RESOURCE
RLIMIT_AS
/external/chromium_org/third_party/skia/experimental/webtry/
main.cpp
82
if (setrlimit(
RLIMIT_AS
, &n)) {
/external/skia/experimental/webtry/
main.cpp
82
if (setrlimit(
RLIMIT_AS
, &n)) {
/external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc
345
if (getlim(
RLIMIT_AS
) != (rlim_t)-1) {
349
setlim(
RLIMIT_AS
, -1);
/external/mksh/src/
funcs.c
[
all
...]
Completed in 1582 milliseconds
1
2
3
4
5