Searched refs:entry0 (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp1074 InfoEntry* entry0 = reinterpret_cast<InfoEntry*>(expected_info.data()); local
1076 reinterpret_cast<uintptr_t>(entry0) + individual_size);
1111 entry0->size = 9000;
1112 entry0->num_frames = 1;
1114 entry0->frames[0] = 0x104;
1117 pointers[2] = reinterpret_cast<uint8_t*>(debug_malloc(entry0->size));
1119 memset(pointers[2], 0, entry0->size);
1153 InfoEntry* entry0 = reinterpret_cast<InfoEntry*>(expected_info.data()); local
1155 reinterpret_cast<uintptr_t>(entry0) + individual_size);
1173 entry0
[all...]

Completed in 1585 milliseconds