Searched refs:total_allocated_bytes (Results 1 – 2 of 2) sorted by relevance
47 size_t total_allocated_bytes; member71 test_data->total_allocated_bytes += size; in SavePointers()95 test_data->total_allocated_bytes = 0; in VerifyPtrs()198 size_t total = test_data.total_allocated_bytes; in TEST()200 total = test_data.total_allocated_bytes - total; in TEST()232 ASSERT_EQ(0UL, test_data.total_allocated_bytes); in TEST()
459 size_t total_allocated_bytes = 0; in TEST() local473 total_allocated_bytes += val; in TEST()476 total_allocated_bytes += val; in TEST()479 total_allocated_bytes += val; in TEST()485 EXPECT_LE(mallinfo_before_allocated_bytes, total_allocated_bytes); in TEST()486 EXPECT_GE(mallinfo_after_allocated_bytes, total_allocated_bytes); in TEST()495 total_allocated_bytes += size * count; in TEST()499 EXPECT_NE(0U, total_allocated_bytes); in TEST()