Home | History | Annotate | Download | only in tests

Lines Matching defs:entry2

1082   InfoEntry* entry2 = reinterpret_cast<InfoEntry*>(
1086 entry2->size = 500;
1087 entry2->num_allocations = 1;
1088 entry2->frames[0] = 0xf;
1089 entry2->frames[1] = 0xe;
1090 entry2->frames[2] = 0xd;
1091 entry2->frames[3] = 0xc;
1097 pointers[0] = reinterpret_cast<uint8_t*>(debug_malloc(entry2->size));
1099 memset(pointers[0], 0, entry2->size);