#include <PerThreadWorkList.h>
Public Types | |
| typedef PerThreadFactory::Heap | Heap_ty |
| typedef PerThreadFactory::template Alloc< T >::type | Alloc_ty |
| typedef PerThreadFactory::template Vector< T >::type | Cont_ty |
Public Member Functions | |
| PerThreadVector () | |
| void | reserve_all (size_t sz) |
Protected Types | |
| typedef PerThreadWorkList < Cont_ty > | Super_ty |
Protected Attributes | |
| Heap_ty | heap |
| Alloc_ty | alloc |
| typedef PerThreadFactory::template Alloc<T>::type Galois::Runtime::PerThreadVector< T >::Alloc_ty |
| typedef PerThreadFactory::template Vector<T>::type Galois::Runtime::PerThreadVector< T >::Cont_ty |
| typedef PerThreadFactory::Heap Galois::Runtime::PerThreadVector< T >::Heap_ty |
typedef PerThreadWorkList<Cont_ty> Galois::Runtime::PerThreadVector< T >::Super_ty [protected] |
| Galois::Runtime::PerThreadVector< T >::PerThreadVector | ( | ) | [inline] |
| void Galois::Runtime::PerThreadVector< T >::reserve_all | ( | size_t | sz | ) | [inline] |
Alloc_ty Galois::Runtime::PerThreadVector< T >::alloc [protected] |
Heap_ty Galois::Runtime::PerThreadVector< T >::heap [protected] |
1.6.1