Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp1205 InfoEntry* entry0 = reinterpret_cast<InfoEntry*>(expected_info.data()); in TEST_F() local
1207 reinterpret_cast<uintptr_t>(entry0) + individual_size); in TEST_F()
1242 entry0->size = 9000; in TEST_F()
1243 entry0->num_allocations = 1; in TEST_F()
1245 entry0->frames[0] = 0x104; in TEST_F()
1248 pointers[2] = reinterpret_cast<uint8_t*>(debug_malloc(entry0->size)); in TEST_F()
1250 memset(pointers[2], 0, entry0->size); in TEST_F()