HDK
|
#include "UT_API.h"
#include <SYS/SYS_BitUtil.h>
#include <SYS/SYS_Types.h>
#include <tbb/concurrent_vector.h>
Go to the source code of this file.
Macros | |
#define | UT_ConcurrentVector tbb::concurrent_vector |
Functions | |
template<typename T , typename A > | |
int64 | UTgetMemoryUsage (const UT_ConcurrentVector< T, A > &that, bool inclusive) |
#define UT_ConcurrentVector tbb::concurrent_vector |
Definition at line 23 of file UT_ConcurrentVector.h.
int64 UTgetMemoryUsage | ( | const UT_ConcurrentVector< T, A > & | that, |
bool | inclusive | ||
) |
Definition at line 27 of file UT_ConcurrentVector.h.