Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp1208 InfoEntry* entry2 = reinterpret_cast<InfoEntry*>( in TEST_F() local
1212 entry2->size = 500; in TEST_F()
1213 entry2->num_allocations = 1; in TEST_F()
1214 entry2->frames[0] = 0xf; in TEST_F()
1215 entry2->frames[1] = 0xe; in TEST_F()
1216 entry2->frames[2] = 0xd; in TEST_F()
1217 entry2->frames[3] = 0xc; in TEST_F()
1223 pointers[0] = reinterpret_cast<uint8_t*>(debug_malloc(entry2->size)); in TEST_F()
1225 memset(pointers[0], 0, entry2->size); in TEST_F()