Home
last modified time | relevance | path

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

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