HDK
|
#include "UT_API.h"
#include <SYS/SYS_Types.h>
#include <tbb/concurrent_hash_map.h>
#include <utility>
Go to the source code of this file.
Macros | |
#define | UT_ConcurrentHashMap tbb::concurrent_hash_map |
Functions | |
template<typename K , typename V , typename H , typename A > | |
int64 | UTgetMemoryUsage (const UT_ConcurrentHashMap< K, V, H, A > &map, const bool inclusive) |
#define UT_ConcurrentHashMap tbb::concurrent_hash_map |
Definition at line 25 of file UT_ConcurrentHashMap.h.
int64 UTgetMemoryUsage | ( | const UT_ConcurrentHashMap< K, V, H, A > & | map, |
const bool | inclusive | ||
) |
Definition at line 29 of file UT_ConcurrentHashMap.h.