/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/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/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/netfilter/ |
D | xt_dccp.h | 33 __u8 option; member
|
D | xt_tcpudp.h | 25 __u8 option; member
|
/bionic/libc/kernel/uapi/linux/ |
D | scc.h | 128 char option; member
|
/bionic/libc/kernel/uapi/rdma/ |
D | rdma_user_cm.h | 120 __u32 option; member
|
/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.md | 40 Prints the clean version of a given kernel header. With the -u 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/+/master/libc/malloc_d…
|
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/tests/ |
D | unistd_test.cpp | 938 static void VerifySysconf(int option, const char *option_name, bool (*verify)(long)) { in VerifySysconf() argument 940 long ret = sysconf(option); in VerifySysconf()
|
D | Android.bp | 53 // Disable this option for now: see b/151372823
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 346 the -soname linker option). 412 no separate `dlclose` option: `dlopen` covers both loading and unloading
|