QDP++
qdp_pool_allocator.h File Reference

Default memory allocator for QDP. More...

#include "tbb/memory_pool.h"
#include "qdp_singleton.h"

Go to the source code of this file.

Classes

struct  QDP::Allocator::PoolMemInfo
class  QDP::Allocator::QDPPoolAllocator

Namespaces

namespace  QDP
 Yet another random number generator.
namespace  QDP::Allocator

Macros

#define TBB_PREVIEW_MEMORY_POOL   1

Typedefs

using QDP::Allocator::PoolMapT = std::map<void *,PoolMemInfo>

Detailed Description

Default memory allocator for QDP.

Definition in file qdp_pool_allocator.h.

Macro Definition Documentation

◆ TBB_PREVIEW_MEMORY_POOL

#define TBB_PREVIEW_MEMORY_POOL   1

Definition at line 12 of file qdp_pool_allocator.h.