Home
last modified time | relevance | path

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

/bionic/tests/
Dmalloc_iterate_test.cpp48 size_t total_allocated_bytes; member
72 test_data->total_allocated_bytes += size; in SavePointers()
96 test_data->total_allocated_bytes = 0; in VerifyPtrs()
201 size_t total = test_data.total_allocated_bytes; in TEST()
203 total = test_data.total_allocated_bytes - total; in TEST()
235 ASSERT_EQ(0UL, test_data.total_allocated_bytes); in TEST()
Dmalloc_test.cpp491 size_t total_allocated_bytes = 0; in TEST() local
505 total_allocated_bytes += val; in TEST()
508 total_allocated_bytes += val; in TEST()
511 total_allocated_bytes += val; in TEST()
517 EXPECT_LE(mallinfo_before_allocated_bytes, total_allocated_bytes); in TEST()
518 EXPECT_GE(mallinfo_after_allocated_bytes, total_allocated_bytes); in TEST()
527 total_allocated_bytes += size * count; in TEST()
531 EXPECT_NE(0U, total_allocated_bytes); in TEST()