Definition at line 13 of file ScopeLock.hh.
Public Member Functions | |
| ScopeLock (GroupID newID) | |
| Temporarily changes the group ID of a given heap to better track memory allocation. | |
|
inline |
Temporarily changes the group ID of a given heap to better track memory allocation.
Typical pattern is "ScopeLock<GroupID> lock(groupID);" to initialize a lock.
Definition at line 17 of file ScopeLock.hh.
|
inline |
Definition at line 29 of file ScopeLock.hh.