OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RLIMIT_RSS
(Results
1 - 11
of
11
) sorted by null
/bionic/libc/kernel/common/asm-generic/
resource.h
21
#ifndef
RLIMIT_RSS
22
#define
RLIMIT_RSS
5
/development/ndk/platforms/android-3/include/asm-generic/
resource.h
21
#ifndef
RLIMIT_RSS
22
#define
RLIMIT_RSS
5
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
resource.h
21
#ifndef
RLIMIT_RSS
22
#define
RLIMIT_RSS
5
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
resource.h
21
#ifndef
RLIMIT_RSS
22
#define
RLIMIT_RSS
5
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
resource.h
21
#ifndef
RLIMIT_RSS
22
#define
RLIMIT_RSS
5
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
resource.h
21
#ifndef
RLIMIT_RSS
22
#define
RLIMIT_RSS
5
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
resource.h
21
#ifndef
RLIMIT_RSS
22
#define
RLIMIT_RSS
5
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
resource.h
21
#ifndef
RLIMIT_RSS
22
#define
RLIMIT_RSS
5
/external/kernel-headers/original/asm-generic/
resource.h
21
#ifndef
RLIMIT_RSS
22
# define
RLIMIT_RSS
5 /* max resident set size */
79
[
RLIMIT_RSS
] = { RLIM_INFINITY, RLIM_INFINITY }, \
/system/core/sh/
miscbltin.c
314
#ifdef
RLIMIT_RSS
315
{ "memory(kbytes)",
RLIMIT_RSS
, 1024, 'm' },
/external/strace/
resource.c
85
#ifdef
RLIMIT_RSS
86
{
RLIMIT_RSS
, "
RLIMIT_RSS
" },
Completed in 1647 milliseconds