Home
last modified time | relevance | path

Searched refs:option (Results 1 – 20 of 20) sorted by relevance

/bionic/libc/malloc_debug/
DConfig.cpp209 bool Config::ParseValue(const std::string& option, const std::string& value, size_t min_value, in ParseValue() argument
218 error_log("%s: bad value for option '%s': %s", getprogname(), option.c_str(), strerror(errno)); in ParseValue()
222 error_log("%s: bad value for option '%s'", getprogname(), option.c_str()); in ParseValue()
227 option.c_str(), end); in ParseValue()
232 option.c_str(), long_value); in ParseValue()
238 option.c_str(), min_value, long_value); in ParseValue()
243 option.c_str(), max_value, long_value); in ParseValue()
250 bool Config::ParseValue(const std::string& option, const std::string& value, size_t default_value, in ParseValue() argument
256 return ParseValue(option, value, min_value, max_value, new_value); in ParseValue()
259 bool Config::SetGuard(const std::string& option, const std::string& value) { in SetGuard() argument
[all …]
DConfig.h105 uint64_t option; member
109 bool ParseValue(const std::string& option, const std::string& value, size_t default_value,
112 bool ParseValue(const std::string& option, const std::string& value, size_t min_value,
115 bool SetGuard(const std::string& option, const std::string& value);
116 bool SetFrontGuard(const std::string& option, const std::string& value);
117 bool SetRearGuard(const std::string& option, const std::string& value);
119 bool SetFill(const std::string& option, const std::string& value);
120 bool SetFillOnAlloc(const std::string& option, const std::string& value);
121 bool SetFillOnFree(const std::string& option, const std::string& value);
123 bool SetBacktrace(const std::string& option, const std::string& value);
[all …]
DREADME.md41 Malloc debug is controlled by individual options. Each option can be enabled
42 individually, or in a group of other options. Every single option can be
43 combined with every other option.
55 If the backtrace option is also enabled, then any error message will include
64 This option adds a special header to all allocations that contains the guard
84 This option adds a special header to all allocations that contains
101 This option will slow down allocations by an order of magnitude. If the
102 system runs too slowly with this option enabled, decreasing the maximum number
112 Before P, this option adds a special header to all allocations that contains
114 option will not add a special header.
[all …]
DREADME_api.md6 either the backtrace option or the backtrace\_enabled\_on\_signal option.
DREADME_marshmallow_and_earlier.md51 This option will slow down allocations by an order of magnitude, and
106 Do not use this option value, it only works on the emulator. It has not
/bionic/libc/include/
Dgetopt.h51 struct option { struct
75 …ull const* _Nonnull __argv, const char* _Nonnull __options, const struct option* _Nonnull __long_o… argument
80 …ull const* _Nonnull __argv, const char* _Nonnull __options, const struct option* _Nonnull __long_o…
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dgetopt_long.c101 const struct option *, int *, int);
103 const struct option *, int *, int, int);
193 const struct option *long_options, int *idx, int short_too, int flags) in parse_long_options()
358 const struct option *long_options, int *idx, int flags)
596 const struct option *long_options, int *idx)
609 const struct option *long_options, int *idx)
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_dccp.h33 __u8 option; member
Dxt_tcpudp.h25 __u8 option; member
/bionic/benchmarks/
DREADME.md32 To choose a specific XML file, use the `--bionic_xml=FILE.XML` option. By default, this option
34 the file will be found as relative to the current directory. If the option specifies the full path
37 If no XML file is specified through the command-line option, the default is to use `suites/full.xml…
111 standard deviation) for the runs. To do so, pass the `--benchmark_repetitions` option, e.g.:
144 A core can be selected for `bionic-benchmarks` using the `--bionic_cpu` option or using the
Dbionic_benchmarks.cpp90 static struct option g_long_options[] =
/bionic/libc/kernel/uapi/linux/
Dscc.h128 char option; member
/bionic/libc/kernel/uapi/rdma/
Drdma_user_cm.h120 __u32 option; member
/bionic/libc/dns/resolv/
Dres_debug.c682 p_option(u_long option) { in p_option() argument
685 switch (option) { in p_option()
716 default: snprintf(nbuf, sizeof(nbuf), "?0x%lx?", (u_long)option); in p_option()
/bionic/docs/
Dnative_allocator.md65 The drawback to this option is that most allocators do not have a separate
69 and no other allocation calls are made. The `M_PURGE` option is used to
155 In addition, there is another option:
327 the option [record\_allocs](https://android.googlesource.com/platform/bionic/+/master/libc/malloc_d…
DEINTR.md50 powerful but more error-prone option.
Delf-tls.md225 As long as a shared object is one of the initially-loaded modules, a better option is to use
709 GCC for arm64 defaults to the 24-bit model and has an `-mtls-size=SIZE` option for setting other
747 Add an lld option: `--android-tls[-tcb=SIZE]`
/bionic/libc/kernel/
DREADME.md52 Prints the clean version of a given kernel header. With the -u option,
/bionic/tests/
Dunistd_test.cpp952 static void VerifySysconf(int option, const char *option_name, bool (*verify)(long)) { in VerifySysconf() argument
954 long ret = sysconf(option); in VerifySysconf()
/bionic/
Dandroid-changes-for-ndk-developers.md349 the `-soname` linker option).
415 no separate `dlclose` option: `dlopen` covers both loading and unloading