Searched defs:add_exclude_heaps (Results 1 – 6 of 6) sorted by relevance
271 void add_exclude_heaps(const char* data, size_t size) { in add_exclude_heaps() function274 void add_exclude_heaps(::protozero::ConstChars chars) { in add_exclude_heaps() function277 void add_exclude_heaps(std::string value) { in add_exclude_heaps() function
1246 inline std::string* HeapprofdConfig::add_exclude_heaps() { in add_exclude_heaps() function1283 inline void HeapprofdConfig::add_exclude_heaps(const std::string& value) { in add_exclude_heaps() function1287 inline void HeapprofdConfig::add_exclude_heaps(std::string&& value) { in add_exclude_heaps() function1291 inline void HeapprofdConfig::add_exclude_heaps(const char* value) { in add_exclude_heaps() function1296 inline void HeapprofdConfig::add_exclude_heaps(const char* value, size_t size) { in add_exclude_heaps() function
121 void add_exclude_heaps(std::string value) { exclude_heaps_.emplace_back(value); } in add_exclude_heaps() function122 std::string* add_exclude_heaps() { exclude_heaps_.emplace_back(); return &exclude_heaps_.back(); } in add_exclude_heaps() function