Searched refs:by_size_log (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator_secondary.h | 116 CHECK_LT(size_log, ARRAY_SIZE(stats.by_size_log)); in Allocate() 127 stats.by_size_log[size_log]++; in Allocate() 260 for (uptr i = 0; i < ARRAY_SIZE(stats.by_size_log); i++) { in PrintStats() 261 uptr c = stats.by_size_log[i]; in PrintStats() 323 uptr n_allocs, n_frees, currently_allocated, max_allocated, by_size_log[64]; member
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 1073 CHECK_LT(size_log, ARRAY_SIZE(stats.by_size_log)); in Allocate() 1084 stats.by_size_log[size_log]++; in Allocate() 1220 for (uptr i = 0; i < ARRAY_SIZE(stats.by_size_log); i++) { in PrintStats() 1221 uptr c = stats.by_size_log[i]; in PrintStats() 1277 uptr n_allocs, n_frees, currently_allocated, max_allocated, by_size_log[64]; member
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 4417 … long int __sanitizer::LargeMmapAllocator<__sanitizer::CrashOnMapUnmap>::Stats::by_size_log[64] --> 4418 …<var-decl name='by_size_log' type-id='type-id-108' visibility='default' filepath='../../.././libsa… 32111 … long int __sanitizer::LargeMmapAllocator<__sanitizer::CrashOnMapUnmap>::Stats::by_size_log[64] --> 32112 …<var-decl name='by_size_log' type-id='type-id-108' visibility='default' filepath='../../.././libsa… 32211 …gned long int __sanitizer::LargeMmapAllocator<__tsan::MapUnmapCallback>::Stats::by_size_log[64] --> 32212 …<var-decl name='by_size_log' type-id='type-id-108' visibility='default' filepath='../../.././libsa…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 2410 …<var-decl name='by_size_log' type-id='type-id-108' visibility='default' filepath='../../.././libsa… 19041 …<var-decl name='by_size_log' type-id='type-id-108' visibility='default' filepath='../../.././libsa… 19116 …<var-decl name='by_size_log' type-id='type-id-108' visibility='default' filepath='../../.././libsa…
|