Home
last modified time | relevance | path

Searched refs:alloc_count (Results 1 – 3 of 3) sorted by relevance

/external/stlport/test/eh/
Dnc_alloc.cpp36 long alloc_count = 0; variable
186 ++alloc_count; in OperatorNew()
250 --alloc_count; in operator delete()
285 EH_ASSERT( !using_alloc_set || (alloc_count == static_cast<int>(alloc_set().size())) ); in ReportLeaked()
287 if (alloc_count != 0 || object_count != 0) { in ReportLeaked()
290 if (alloc_count) in ReportLeaked()
291 EH_STD::cerr << "ERROR : " << alloc_count << " outstanding allocations.\n"; in ReportLeaked()
294 alloc_count = object_count = 0; in ReportLeaked()
Dnc_alloc.h31 extern long alloc_count;
148 alloc_count = 0; in BeginLeakDetection()
/external/freetype/src/base/
Dftdbgmem.c121 FT_ULong alloc_count; member
692 table->alloc_count >= table->alloc_count_max ) in ft_mem_debug_alloc()
705 table->alloc_count++; in ft_mem_debug_alloc()
732 table->alloc_count--; in ft_mem_debug_free()
792 table->alloc_count >= table->alloc_count_max ) in ft_mem_debug_realloc()
965 table->alloc_total, table->alloc_count ); in FT_DumpMemory()