Home
last modified time | relevance | path

Searched refs:OptionInfo (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/malloc_debug/
DConfig.h92 struct OptionInfo { struct
126 const static std::unordered_map<std::string, OptionInfo> kOptions;
DConfig.cpp70 const std::unordered_map<std::string, Config::OptionInfo> Config::kOptions = {
448 const OptionInfo* info = &entry->second; in Init()