Home
last modified time | relevance | path

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

/bionic/tests/
Dmalloc_iterate_test.cpp44 size_t total_allocated_bytes; member
68 test_data->total_allocated_bytes += size; in SavePointers()
92 test_data->total_allocated_bytes = 0; in VerifyPtrs()
194 ASSERT_EQ(0UL, test_data.total_allocated_bytes); in TEST()
Dmalloc_test.cpp414 size_t total_allocated_bytes = 0; in TEST() local
430 total_allocated_bytes += val; in TEST()
433 total_allocated_bytes += val; in TEST()
436 total_allocated_bytes += val; in TEST()
442 EXPECT_LE(mallinfo_before_allocated_bytes, total_allocated_bytes); in TEST()
443 EXPECT_GE(mallinfo_after_allocated_bytes, total_allocated_bytes); in TEST()