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

/external/libcxx/test/std/strings/basic.string/string.cons/
H A Dmove_alloc.pass.cpp49 int alloc_count = test_alloc_base::alloc_count; local
56 assert ( test_alloc_base::alloc_count == alloc_count );
/external/libcxx/test/support/
H A Dtest_allocator.h27 static int alloc_count; member in class:test_alloc_base
32 int test_alloc_base::alloc_count = 0; member in class:test_alloc_base
74 ++alloc_count;
78 {assert(data_ >= 0); --alloc_count; std::free(p);}
134 ++alloc_count;
138 {assert(data_ >= 0); --alloc_count; std::free(p);}
/external/freetype/src/base/
H A Dftdbgmem.c121 FT_Long alloc_count; member in struct:FT_MemTableRec_
689 table->alloc_count >= table->alloc_count_max )
702 table->alloc_count++;
729 table->alloc_count--;
789 table->alloc_count >= table->alloc_count_max )
966 table->alloc_total, table->alloc_count );
/external/pdfium/third_party/freetype/src/base/
H A Dftdbgmem.c121 FT_ULong alloc_count; member in struct:FT_MemTableRec_
687 table->alloc_count >= table->alloc_count_max )
700 table->alloc_count++;
727 table->alloc_count--;
787 table->alloc_count >= table->alloc_count_max )
960 table->alloc_total, table->alloc_count );

Completed in 2018 milliseconds