Home | History | Annotate | Download | only in tests

Lines Matching refs:alloc1

26     GrVkAlloc alloc0, alloc1, alloc2, alloc3;
37 REPORTER_ASSERT(reporter, heap.alloc(23 * 1024, &alloc1));
41 heap.free(alloc1);
47 REPORTER_ASSERT(reporter, heap.alloc(23 * 1024, &alloc1));
56 heap.free(alloc1);
64 REPORTER_ASSERT(reporter, heap.alloc(35 * 1024, &alloc1));
71 heap.free(alloc1);
79 REPORTER_ASSERT(reporter, heap.alloc(5 * 1024, &alloc1));
92 heap.free(alloc1);
99 REPORTER_ASSERT(reporter, heap.alloc(5 * 1024 - 5, &alloc1));
112 heap.free(alloc1);
123 GrVkAlloc alloc0, alloc1, alloc2, alloc3;
132 REPORTER_ASSERT(reporter, heap.alloc(5 * 1024 - 9, kAlignment, kMemType, kHeapIndex, &alloc1));
151 heap.free(alloc1);
167 REPORTER_ASSERT(reporter, heap.alloc(24 * 1024, kAlignment, kMemType+1, kHeapIndex, &alloc1));
174 heap.free(alloc1);
183 GrVkAlloc alloc0, alloc1, alloc2, alloc3;
192 REPORTER_ASSERT(reporter, heap.alloc(5 * 1024 - 37, kAlignment, kMemType, kHeapIndex, &alloc1));
213 heap.free(alloc1);
222 REPORTER_ASSERT(reporter, heap.alloc(24 * 1024, kAlignment, kMemType + 1, kHeapIndex, &alloc1));
227 heap.free(alloc1);