Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp1206 InfoEntry* entry1 = reinterpret_cast<InfoEntry*>( in TEST_F() local
1209 reinterpret_cast<uintptr_t>(entry1) + individual_size); in TEST_F()
1227 entry1->size = 4100; in TEST_F()
1228 entry1->num_allocations = 1; in TEST_F()
1230 entry1->frames[i] = 0xbc000 + i; in TEST_F()
1238 pointers[1] = reinterpret_cast<uint8_t*>(debug_malloc(entry1->size)); in TEST_F()
1240 memset(pointers[1], 0, entry1->size); in TEST_F()