Home
last modified time | relevance | path

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

/external/jemalloc/test/integration/
Diterate.c7 static size_t alloc_count; variable
14 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()
/external/libcxx/test/std/strings/basic.string/string.cons/
Dmove_alloc.pass.cpp60 int alloc_count = test_alloc_base::alloc_count; in main() local
72 assert ( test_alloc_base::alloc_count == alloc_count ); in main()
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/
Dreset_pointer_deleter_allocator.pass.cpp60 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()
/external/libcxx/test/support/
Dtest_allocator.h29 static int alloc_count; variable
34 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()
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
Dallocate_shared.pass.cpp51 assert(test_allocator<A>::alloc_count == 1); in main()
57 assert(test_allocator<A>::alloc_count == 0); in main()
Dallocate_shared_no_variadics.pass.cpp107 assert(test_allocator<Two>::alloc_count == 1); in main()
112 assert(test_allocator<Two>::alloc_count == 0); in main()
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
Dnullptr_t_deleter_allocator.pass.cpp44 assert(test_allocator<A>::alloc_count == 1); in main()
50 assert(test_allocator<A>::alloc_count == 0); in main()
Dpointer_deleter_allocator.pass.cpp46 assert(test_allocator<A>::alloc_count == 1); in main()
52 assert(test_allocator<A>::alloc_count == 0); in main()
Dnullptr_t_deleter_allocator_throw.pass.cpp44 assert(test_allocator<A>::alloc_count == 0); in main()
Dpointer_deleter_allocator_throw.pass.cpp45 assert(test_allocator<A>::alloc_count == 0); in main()
/external/freetype/src/base/
Dftdbgmem.c121 FT_Long alloc_count; member
690 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()
/external/pdfium/third_party/freetype/src/base/
Dftdbgmem.c121 FT_Long alloc_count; member
689 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()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
Dftdbgmem.c121 FT_Long alloc_count; member
689 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()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog.216070 * src/base/ftdbgmem.c (FT_MemTableRec): Add `alloc_count',