Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DConfig.cpp143 bool Config::ParseValue(const std::string& option, const std::string& value, size_t min_value, in ParseValue() argument
152 error_log("%s: bad value for option '%s': %s", getprogname(), option.c_str(), strerror(errno)); in ParseValue()
156 error_log("%s: bad value for option '%s'", getprogname(), option.c_str()); in ParseValue()
161 option.c_str(), end); in ParseValue()
166 option.c_str(), long_value); in ParseValue()
172 option.c_str(), min_value, long_value); in ParseValue()
177 option.c_str(), max_value, long_value); in ParseValue()
184 bool Config::ParseValue(const std::string& option, const std::string& value, size_t default_value, in ParseValue() argument
190 return ParseValue(option, value, min_value, max_value, new_value); in ParseValue()
193 bool Config::SetGuard(const std::string& option, const std::string& value) { in SetGuard() argument
[all …]
DConfig.h98 uint64_t option; member
102 bool ParseValue(const std::string& option, const std::string& value, size_t default_value,
105 bool ParseValue(const std::string& option, const std::string& value, size_t min_value,
108 bool SetGuard(const std::string& option, const std::string& value);
109 bool SetFrontGuard(const std::string& option, const std::string& value);
110 bool SetRearGuard(const std::string& option, const std::string& value);
112 bool SetFill(const std::string& option, const std::string& value);
113 bool SetFillOnAlloc(const std::string& option, const std::string& value);
114 bool SetFillOnFree(const std::string& option, const std::string& value);
116 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
72 int getopt_long(int __argc, char* const* __argv, const char* __options, const struct option* __long… argument
77 int getopt_long_only(int __argc, char* const* __argv, const char* __options, const struct option* _…
/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/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/netfilter/
Dxt_dccp.h33 __u8 option; member
Dxt_tcpudp.h25 __u8 option; member
/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.c664 p_option(u_long option) { in p_option() argument
667 switch (option) { in p_option()
698 default: snprintf(nbuf, sizeof(nbuf), "?0x%lx?", (u_long)option); in p_option()
/bionic/libc/kernel/
DREADME.md40 Prints the clean version of a given kernel header. With the -u 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…
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/tests/
Dunistd_test.cpp938 static void VerifySysconf(int option, const char *option_name, bool (*verify)(long)) { in VerifySysconf() argument
940 long ret = sysconf(option); in VerifySysconf()
DAndroid.bp53 // Disable this option for now: see b/151372823
/bionic/
Dandroid-changes-for-ndk-developers.md346 the -soname linker option).
412 no separate `dlclose` option: `dlopen` covers both loading and unloading