Searched refs:individual_size (Results 1 - 1 of 1) sorted by path

/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp1027 size_t individual_size = 2 * sizeof(size_t) + 16 * sizeof(uintptr_t); local
1028 std::vector<uint8_t> expected_info(individual_size);
1029 memset(expected_info.data(), 0, individual_size);
1052 ASSERT_EQ(individual_size, overall_size);
1053 ASSERT_EQ(individual_size, info_size);
1070 size_t individual_size = 2 * sizeof(size_t) + 16 * sizeof(uintptr_t); local
1071 std::vector<uint8_t> expected_info(individual_size * 3);
1072 memset(expected_info.data(), 0, individual_size * 3);
1076 reinterpret_cast<uintptr_t>(entry0) + individual_size);
1078 reinterpret_cast<uintptr_t>(entry1) + individual_size);
1149 size_t individual_size = 2 * sizeof(size_t) + 16 * sizeof(uintptr_t); local
1242 size_t individual_size = 2 * sizeof(size_t) + 20 * sizeof(uintptr_t); local
[all...]

Completed in 41 milliseconds