/bionic/libc/malloc_debug/ |
D | Config.cpp | 213 bool Config::ParseValue(const std::string& option, const std::string& value, size_t min_value, in ParseValue() argument 222 error_log("%s: bad value for option '%s': %s", getprogname(), option.c_str(), strerror(errno)); in ParseValue() 226 error_log("%s: bad value for option '%s'", getprogname(), option.c_str()); in ParseValue() 231 option.c_str(), end); in ParseValue() 236 option.c_str(), long_value); in ParseValue() 242 option.c_str(), min_value, long_value); in ParseValue() 247 option.c_str(), max_value, long_value); in ParseValue() 254 bool Config::ParseValue(const std::string& option, const std::string& value, size_t default_value, in ParseValue() argument 260 return ParseValue(option, value, min_value, max_value, new_value); in ParseValue() 263 bool Config::SetGuard(const std::string& option, const std::string& value) { in SetGuard() argument [all …]
|
D | Config.h | 108 uint64_t option; member 112 bool ParseValue(const std::string& option, const std::string& value, size_t default_value, 115 bool ParseValue(const std::string& option, const std::string& value, size_t min_value, 118 bool SetGuard(const std::string& option, const std::string& value); 119 bool SetFrontGuard(const std::string& option, const std::string& value); 120 bool SetRearGuard(const std::string& option, const std::string& value); 122 bool SetFill(const std::string& option, const std::string& value); 123 bool SetFillOnAlloc(const std::string& option, const std::string& value); 124 bool SetFillOnFree(const std::string& option, const std::string& value); 126 bool SetBacktrace(const std::string& option, const std::string& value); [all …]
|
D | README.md | 41 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 …]
|
D | README_api.md | 6 either the backtrace option or the backtrace\_enabled\_on\_signal option.
|
D | README_marshmallow_and_earlier.md | 51 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/ |
D | getopt.h | 51 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/ |
D | getopt_long.c | 101 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/ |
D | xt_dccp.h | 21 __u8 option; member
|
D | xt_tcpudp.h | 13 __u8 option; member
|
/bionic/benchmarks/ |
D | README.md | 32 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
|
D | bionic_benchmarks.cpp | 90 static struct option g_long_options[] =
|
/bionic/libc/kernel/uapi/linux/ |
D | scc.h | 116 char option; member
|
/bionic/libc/kernel/uapi/rdma/ |
D | rdma_user_cm.h | 108 __u32 option; member
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 682 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/ |
D | native_allocator.md | 65 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/+/main/libc/malloc_deb…
|
D | EINTR.md | 50 powerful but more error-prone option.
|
D | elf-tls.md | 225 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/ |
D | README.md | 52 Prints the clean version of a given kernel header. With the -u option,
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 104 If you're using the NDK, clang chooses the right option 342 the `-soname` linker option). 412 no separate `dlclose` option: `dlopen` covers both loading and unloading
|
/bionic/tests/ |
D | unistd_test.cpp | 981 static void VerifySysconf(int option, const char *option_name, bool (*verify)(long)) { in VerifySysconf() argument 983 long ret = sysconf(option); in VerifySysconf()
|