OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RLIMIT_AS
(Results
101 - 103
of
103
) sorted by null
1
2
3
4
5
/external/chromium_org/content/common/sandbox_linux/
sandbox_linux.cc
354
// MADV_DONTNEED ranges count towards
RLIMIT_AS
so this is not an option.
371
bool limited_as = AddResourceLimit(
RLIMIT_AS
, address_space_limit);
/external/chromium_org/components/nacl/zygote/
nacl_fork_delegate_linux.cc
252
// on
RLIMIT_AS
to allocate the untrusted address space and its guard
258
max_these_limits.push_back(
RLIMIT_AS
);
/external/valgrind/main/include/vki/
vki-darwin.h
636
#define VKI_RLIMIT_RSS
RLIMIT_AS
Completed in 250 milliseconds
1
2
3
4
5