/bionic/libc/malloc_debug/ |
D | Config.cpp | 143 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 …]
|
D | Config.h | 98 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 …]
|
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 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/kernel/uapi/linux/netfilter/ |
D | xt_dccp.h | 33 __u8 option; member
|
D | xt_tcpudp.h | 25 __u8 option; member
|
/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) 594 const struct option *long_options, int *idx) 607 const struct option *long_options, int *idx)
|
/bionic/benchmarks/ |
D | README.md | 35 To choose a specific xml file, use the `--bionic_xml=FILE.XML` option. By default, this 36 option searches for the xml file in the `suites/` directory. If it doesn't exist 38 directory. If the option specifies the full path to an xml file such as 41 If no xml file is specified through the command-line option, the default is to use `suites/full.xml…
|
D | bionic_benchmarks.cpp | 88 static struct option g_long_options[] =
|
/bionic/libc/kernel/uapi/linux/ |
D | scc.h | 127 char option; member
|
/bionic/tools/bionicbb/ |
D | README.md | 58 simplest option available. 64 Another option would be polling gerrit itself, but we'd have to process each
|
/bionic/libc/kernel/uapi/rdma/ |
D | rdma_user_cm.h | 120 __u32 option; member
|
/bionic/libc/tools/ |
D | pylintrc | 28 # either give multiple identifier separated by comma (,) or put this option 29 # multiple time. See also the "--disable" option for examples. 34 # option multiple times (only on the command line, not in the configuration
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 664 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/ |
D | README.TXT | 41 Prints the clean version of a given kernel header. With the -u option,
|
/bionic/tests/ |
D | unistd_test.cpp | 890 static void VerifySysconf(int option, const char *option_name, bool (*verify)(long)) { in VerifySysconf() argument 892 long ret = sysconf(option); in VerifySysconf()
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 331 the -soname linker option). 387 no separate `dlclose` option: `dlopen` covers both loading and unloading
|
/bionic/docs/ |
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]`
|