ATLAS Offline Software
|
#include <memory_hooks-common.h>
Public Member Functions | |
myBlocks_tc () | |
myBlocks_tc (uintptr_t mem, uintptr_t s, uint32_t algi, uint32_t cstage, size_t stDepth) | |
Public Attributes | |
uintptr_t | allocated |
uintptr_t | allocsize |
uint32_t | algindex |
uint32_t | curstage |
std::vector< void * > | allocatedFrom |
boost::intrusive::bs_set_member_hook | member_hook_ |
Friends | |
bool | operator< (const myBlocks_tc &a, const myBlocks_tc &b) |
bool | operator> (const myBlocks_tc &a, const myBlocks_tc &b) |
bool | operator== (const myBlocks_tc &a, const myBlocks_tc &b) |
Definition at line 65 of file memory_hooks-common.h.
|
inline |
|
inline |
Definition at line 84 of file memory_hooks-common.h.
|
friend |
Definition at line 91 of file memory_hooks-common.h.
|
friend |
Definition at line 101 of file memory_hooks-common.h.
|
friend |
Definition at line 96 of file memory_hooks-common.h.
uint32_t myBlocks_tc::algindex |
Definition at line 70 of file memory_hooks-common.h.
uintptr_t myBlocks_tc::allocated |
Definition at line 68 of file memory_hooks-common.h.
std::vector<void*> myBlocks_tc::allocatedFrom |
Definition at line 72 of file memory_hooks-common.h.
uintptr_t myBlocks_tc::allocsize |
Definition at line 69 of file memory_hooks-common.h.
uint32_t myBlocks_tc::curstage |
Definition at line 71 of file memory_hooks-common.h.
boost::intrusive::bs_set_member_hook myBlocks_tc::member_hook_ |
Definition at line 75 of file memory_hooks-common.h.