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