Searched refs:alloc_count (Results 1 – 14 of 14) sorted by relevance
7 static size_t alloc_count; variable14 alloc_count++; in callback()33 alloc_count = 0; in TEST_BEGIN()63 alloc_count = 0; in TEST_BEGIN()95 alloc_count = 0; in TEST_BEGIN()
60 int alloc_count = test_alloc_base::alloc_count; in main() local72 assert ( test_alloc_base::alloc_count == alloc_count ); in main()
60 assert(test_allocator<A>::alloc_count == 1); in main()66 assert(test_allocator<A>::alloc_count == 0); in main()81 assert(test_allocator<A>::alloc_count == 1); in main()87 assert(test_allocator<A>::alloc_count == 0); in main()
29 static int alloc_count; variable34 int test_alloc_base::alloc_count = 0;76 ++alloc_count;80 {assert(data_ >= 0); --alloc_count; ::operator delete((void*)p);} in deallocate()136 ++alloc_count;140 {assert(data_ >= 0); --alloc_count; ::operator delete((void*)p); } in deallocate()
51 assert(test_allocator<A>::alloc_count == 1); in main()57 assert(test_allocator<A>::alloc_count == 0); in main()
107 assert(test_allocator<Two>::alloc_count == 1); in main()112 assert(test_allocator<Two>::alloc_count == 0); in main()
44 assert(test_allocator<A>::alloc_count == 1); in main()50 assert(test_allocator<A>::alloc_count == 0); in main()
46 assert(test_allocator<A>::alloc_count == 1); in main()52 assert(test_allocator<A>::alloc_count == 0); in main()
44 assert(test_allocator<A>::alloc_count == 0); in main()
45 assert(test_allocator<A>::alloc_count == 0); in main()
121 FT_Long alloc_count; member690 table->alloc_count >= table->alloc_count_max ) in ft_mem_debug_alloc()703 table->alloc_count++; in ft_mem_debug_alloc()730 table->alloc_count--; in ft_mem_debug_free()790 table->alloc_count >= table->alloc_count_max ) in ft_mem_debug_realloc()967 table->alloc_total, table->alloc_count ); in FT_DumpMemory()
121 FT_Long alloc_count; member689 table->alloc_count >= table->alloc_count_max ) in ft_mem_debug_alloc()702 table->alloc_count++; in ft_mem_debug_alloc()729 table->alloc_count--; in ft_mem_debug_free()789 table->alloc_count >= table->alloc_count_max ) in ft_mem_debug_realloc()966 table->alloc_total, table->alloc_count ); in FT_DumpMemory()
6070 * src/base/ftdbgmem.c (FT_MemTableRec): Add `alloc_count',