Searched refs:alloc_count (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/function/test/ |
D | allocator_test.cpp | 18 static int alloc_count = 0; variable 41 alloc_count++; in allocate() 82 BOOST_TEST_EQ( alloc_count, 1 ); in main() 84 alloc_count = 0; in main() 88 BOOST_TEST_EQ( alloc_count, 0 ); in main() 95 alloc_count = 0; in main() 99 BOOST_TEST_EQ( alloc_count, 0 ); in main() 105 alloc_count = 0; in main() 109 BOOST_TEST_EQ( alloc_count, 1 ); in main() 111 alloc_count = 0; in main() [all …]
|
/third_party/boost/libs/any/test/ |
D | test.hpp | 151 alloc_count = dealloc_count = 0; in clear() 156 ++alloc_count; in allocation() 168 return alloc_count; in allocated() 178 return alloc_count == dealloc_count; in balanced() 184 : alloc_count(0), dealloc_count(0) in allocations() 195 unsigned long alloc_count, dealloc_count; member in any_tests::allocations
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftdbgmem.c | 121 FT_Long alloc_count; member 648 table->alloc_count >= table->alloc_count_max ) in ft_mem_debug_alloc() 661 table->alloc_count++; in ft_mem_debug_alloc() 688 table->alloc_count--; in ft_mem_debug_free() 748 table->alloc_count >= table->alloc_count_max ) in ft_mem_debug_realloc() 939 table->alloc_total, table->alloc_count ); in FT_DumpMemory()
|
/third_party/protobuf/src/google/protobuf/ |
D | arena_test_util.cc | 44 EXPECT_EQ(0, capture_alloc.alloc_count()); in ~NoHeapChecker()
|
D | arena_test_util.h | 90 int alloc_count() { return 0; } in alloc_count() function
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftdbgmem.c | 121 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()
|
/third_party/freetype/src/base/ |
D | ftdbgmem.c | 121 FT_Long 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() 969 table->alloc_total, table->alloc_count ); in FT_DumpMemory()
|
/third_party/mbedtls/library/ |
D | memory_buffer_alloc.c | 100 size_t alloc_count; member 305 heap.alloc_count++; in buffer_alloc_calloc() 543 heap.alloc_count, heap.free_count ); in mbedtls_memory_buffer_alloc_status()
|
/third_party/freetype/ |
D | ChangeLog.21 | 6069 * src/base/ftdbgmem.c (FT_MemTableRec): Add `alloc_count',
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.21 | 6069 * src/base/ftdbgmem.c (FT_MemTableRec): Add `alloc_count',
|