Searched defs:nullptr (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/bionic/
H A Dmalloc_info.cpp26 const char* attr_fmt = nullptr, ...) {
31 if (attr_fmt != nullptr) {
25 Elem(FILE* fp, const char* name, const char* attr_fmt = nullptr, ...) argument
/bionic/libc/malloc_debug/
H A DConfig.cpp70 Option(std::string name, uint64_t option, bool combo_option = false, bool* config = nullptr) argument
99 bool* config = nullptr)
120 uint64_t option, size_t* value, bool combo_option = false, bool* config = nullptr)
191 const char* cur_ = nullptr;
346 "guard", DEFAULT_GUARD_BYTES, 1, MAX_GUARD_BYTES, 0, nullptr, true);
366 const OptionSizeT option_fill("fill", SIZE_MAX, 1, SIZE_MAX, 0, nullptr, true);
97 OptionString(std::string name, uint64_t option, std::string default_value, std::string* value, bool combo_option = false, bool* config = nullptr) argument
119 OptionSizeT(std::string name, size_t default_value, size_t min_value, size_t max_value, uint64_t option, size_t* value, bool combo_option = false, bool* config = nullptr) argument
/bionic/linker/
H A Dlinker_allocator.h88 T* allocate(size_t n, const T* hint = nullptr) { argument
138 constexpr LinkerMemoryAllocator() : allocators_(nullptr), allocators_buf_() {}
H A Ddlfcn.cpp58 if (detail != nullptr) {
67 char* old_value = __bionic_set_dlerror(nullptr);
88 if (result == nullptr) {
90 return nullptr;
103 return dlopen_ext(filename, flags, nullptr, caller_addr);
111 __bionic_format_dlerror(linker_get_error_buffer(), nullptr); local
112 return nullptr;
119 return dlsym_impl(handle, symbol, nullptr, caller_addr);
196 if (result == nullptr) {
279 ELFW(SYM_INITIALIZER)(sizeof(ANDROID_LIBDL_STRTAB) - 1, nullptr,
[all...]
H A Dlinker_config.cpp292 std::vector<std::string> get_strings(const std::string& name, size_t* lineno = nullptr) const {
308 bool get_bool(const std::string& name, size_t* lineno = nullptr) const {
317 std::string get_string(const std::string& name, size_t* lineno = nullptr) const {
322 std::vector<std::string> get_paths(const std::string& name, size_t* lineno = nullptr) { argument
356 if (it != properties_.end() && lineno != nullptr) {
418 char* end = nullptr;

Completed in 81 milliseconds