Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp267 uptr total_allocated = a->TotalMemoryUsed(); in TestSizeClassAllocator() local
269 last_total_allocated = total_allocated; in TestSizeClassAllocator()
270 CHECK_EQ(last_total_allocated, total_allocated); in TestSizeClassAllocator()
800 uptr total_allocated = a->TotalMemoryUsed(); in TestSizeClassAllocatorLocalCache() local
802 CHECK_EQ(saved_total, total_allocated); in TestSizeClassAllocatorLocalCache()
803 saved_total = total_allocated; in TestSizeClassAllocatorLocalCache()