HomeSort by relevance Sort by last modified time
    Searched defs:track_allocations (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/eh/
nc_alloc.h 107 static bool track_allocations; member in struct:TestController
131 track_allocations = track;
135 return track_allocations;
main.cpp 194 bool track_allocations = false; local
220 track_allocations = true;
274 gTestController.TrackAllocations( track_allocations );
nc_alloc.cpp 44 bool TestController::track_allocations = false; member in class:TestController

Completed in 136 milliseconds