Searched defs:object_count (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
H A DSDL_systhread.cpp42 static int object_count; variable
66 object_count++;
67 name.Format(_L("SDL_%x"), object_count);
/external/stlport/test/eh/
H A Dnc_alloc.cpp37 long object_count = 0; variable
287 if (alloc_count != 0 || object_count != 0) {
292 if (object_count)
293 EH_STD::cerr << "ERROR : " << object_count << " non-destroyed objects.\n"; local
294 alloc_count = object_count = 0;

Completed in 78 milliseconds