CCTLib
Calling-context and data-object attribution library for Intel Pin
anonymous_namespace{rbtree_test.cpp}::NodeArena Class Reference
+ Collaboration diagram for anonymous_namespace{rbtree_test.cpp}::NodeArena:

Public Member Functions

KVmake (uint64_t key, uint32_t value)
 
 ~NodeArena ()
 

Private Attributes

std::vector< KV * > owned_
 

Detailed Description

Definition at line 32 of file rbtree_test.cpp.

Constructor & Destructor Documentation

◆ ~NodeArena()

anonymous_namespace{rbtree_test.cpp}::NodeArena::~NodeArena ( )
inline

Definition at line 39 of file rbtree_test.cpp.

Member Function Documentation

◆ make()

KV* anonymous_namespace{rbtree_test.cpp}::NodeArena::make ( uint64_t  key,
uint32_t  value 
)
inline

Definition at line 34 of file rbtree_test.cpp.

References value.

Member Data Documentation

◆ owned_

std::vector<KV*> anonymous_namespace{rbtree_test.cpp}::NodeArena::owned_
private

Definition at line 44 of file rbtree_test.cpp.


The documentation for this class was generated from the following file: