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

/external/stlport/test/eh/
H A Dnc_alloc.cpp36 long alloc_count = 0; variable
186 ++alloc_count;
250 --alloc_count;
285 EH_ASSERT( !using_alloc_set || (alloc_count == static_cast<int>(alloc_set().size())) );
287 if (alloc_count != 0 || object_count != 0) {
290 if (alloc_count)
291 EH_STD::cerr << "ERROR : " << alloc_count << " outstanding allocations.\n"; local
294 alloc_count = object_count = 0;
/external/freetype/src/base/
H A Dftdbgmem.c121 FT_ULong alloc_count; member in struct:FT_MemTableRec_
692 table->alloc_count >= table->alloc_count_max )
705 table->alloc_count++;
732 table->alloc_count--;
792 table->alloc_count >= table->alloc_count_max )
965 table->alloc_total, table->alloc_count );

Completed in 73 milliseconds