MySQL 8.4.0
Source Code Documentation
malloc_unordered_map< Key, Value, Hash, KeyEqual > Class Template Reference

std::unordered_map, but with my_malloc, so that you can track the memory used using PSI memory keys. More...

#include <map_helpers.h>

Inheritance diagram for malloc_unordered_map< Key, Value, Hash, KeyEqual >:
[legend]

Public Member Functions

 malloc_unordered_map (PSI_memory_key psi_key)
 

Detailed Description

template<class Key, class Value, class Hash = std::hash<Key>, class KeyEqual = std::equal_to<Key>>
class malloc_unordered_map< Key, Value, Hash, KeyEqual >

std::unordered_map, but with my_malloc, so that you can track the memory used using PSI memory keys.

Constructor & Destructor Documentation

◆ malloc_unordered_map()

template<class Key , class Value , class Hash = std::hash<Key>, class KeyEqual = std::equal_to<Key>>
malloc_unordered_map< Key, Value, Hash, KeyEqual >::malloc_unordered_map ( PSI_memory_key  psi_key)
inline

The documentation for this class was generated from the following file: