|
SDSL 3.0.3
Succinct Data Structure Library
|
#include <memory_tracking.hpp>
Public Types | |
| typedef std::map< std::string, ram_fs::content_type > | mss_type |
| typedef std::map< int, std::string > | mis_type |
Public Member Functions | |
| ramfs_storage () | |
| ~ramfs_storage () | |
Public Attributes | |
| std::recursive_mutex | m_rlock |
| mss_type | m_map |
| mis_type | m_fd_map |
Definition at line 120 of file memory_tracking.hpp.
| typedef std::map<int, std::string> sdsl::ramfs_storage::mis_type |
Definition at line 123 of file memory_tracking.hpp.
| typedef std::map<std::string, ram_fs::content_type> sdsl::ramfs_storage::mss_type |
Definition at line 122 of file memory_tracking.hpp.
|
inline |
Definition at line 129 of file memory_tracking.hpp.
|
inline |
Definition at line 134 of file memory_tracking.hpp.
| mis_type sdsl::ramfs_storage::m_fd_map |
Definition at line 127 of file memory_tracking.hpp.
| mss_type sdsl::ramfs_storage::m_map |
Definition at line 126 of file memory_tracking.hpp.
| std::recursive_mutex sdsl::ramfs_storage::m_rlock |
Definition at line 124 of file memory_tracking.hpp.