Definition at line 11 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 15 of file ScopeLock.hh.
Definition at line 27 of file ScopeLock.hh.