SQTT memory checks

This commit is contained in:
Evgeny
2018-04-04 12:14:29 -05:00
parent 5d0a73af17
commit ee5bc95019
4 changed files with 60 additions and 44 deletions
+1 -1
View File
@@ -14,5 +14,5 @@ InterceptQueue::obj_map_t* InterceptQueue::obj_map_ = NULL;
const char* InterceptQueue::kernel_none_ = "";
uint64_t InterceptQueue::timeout_ = UINT64_MAX;
Tracker* InterceptQueue::tracker_ = NULL;
bool InterceptQueue::tracker_on_ = true;
bool InterceptQueue::tracker_on_ = false;
} // namespace rocprofiler