Searched refs:track_allocations (Results 1 – 3 of 3) sorted by relevance
107 static bool track_allocations; member131 track_allocations = track; in TrackAllocations()135 return track_allocations; in TrackingEnabled()
194 bool track_allocations = false; in main() local220 track_allocations = true; in main()274 gTestController.TrackAllocations( track_allocations ); in main()
44 bool TestController::track_allocations = false; member in TestController