Searched refs:total_allocated_bytes (Results 1 – 2 of 2) sorted by relevance
44 size_t total_allocated_bytes; member68 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()
414 size_t total_allocated_bytes = 0; in TEST() local430 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()