Home
last modified time | relevance | path

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

/external/clang/test/SemaObjC/
Dclass-message-protocol-lookup.m16 - (id)alloc2; // expected-note 2 {{method 'alloc2' declared here}} method
22 …lass<Test2Protocol> c1 = [c1 alloc2]; // expected-warning {{instance method 'alloc2' found instea…
31 …lass<Test2Protocol> c1 = [c1 alloc2]; // expected-warning {{instance method 'alloc2' found instea…
/external/skia/tests/
DVkHeapTests.cpp26 GrVkAlloc alloc0, alloc1, alloc2, alloc3; in subheap_test() local
38 REPORTER_ASSERT(reporter, heap.alloc(18 * 1024, &alloc2)); in subheap_test()
50 heap.free(alloc2); in subheap_test()
65 REPORTER_ASSERT(reporter, heap.alloc(10 * 1024, &alloc2)); in subheap_test()
74 heap.free(alloc2); in subheap_test()
80 REPORTER_ASSERT(reporter, heap.alloc(15 * 1024, &alloc2)); in subheap_test()
85 heap.free(alloc2); in subheap_test()
100 REPORTER_ASSERT(reporter, heap.alloc(15 * 1024 - 19, &alloc2)); in subheap_test()
105 heap.free(alloc2); in subheap_test()
123 GrVkAlloc alloc0, alloc1, alloc2, alloc3; in suballoc_test() local
[all …]
/external/libcxx/test/libcxx/experimental/containers/sequences/dynarray/dynarray.cons/
Dalloc.pass.cpp55 void test ( const T &val, const Allocator &alloc1, const Allocator &alloc2 ) { in test() argument
68 dynA d3 ( d2, alloc2 ); in test()
71 check_allocator ( d3, alloc2 ); in test()
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Dquarantine.ll44 %alloc2 = inttoptr i32 %alloc2addr to i32*
53 %result_load = load i32, i32* %alloc2, align 1
/external/curl/lib/
Dformdata.c829 char *alloc2 = NULL; in AddFormData() local
855 alloc2 = newform->line; in AddFormData()
905 if(alloc2) in AddFormData()
906 free(alloc2); in AddFormData()
/external/llvm/test/Transforms/InstCombine/
Dmalloc-free-delete.ll45 %alloc2 = call noalias i8* @calloc(i32 5, i32 7) nounwind
46 %z = icmp ne i8* %alloc2, null
/external/mksh/src/
Dtree.c563 rw = r->vars = alloc2(tw - (const char **)t->vars + 1, in tcopy()
577 r->args = (const char **)(rw = alloc2(tw - t->args + 1, in tcopy()
689 ior = alloc2(ior - iow + 1, sizeof(struct ioword *), ap); in iocopy()
Dmain.c602 l->argv = alloc2(l->argc + 2, sizeof(void *), APERM); in main_init()
1766 ntblp = alloc2(i, sizeof(struct tbl *), tp->areap); in tgrow()
1910 p = alloc2(i, sizeof(struct tbl *), ATEMP); in ktsort()
Dsh.h1853 (x).beg = alloc2((x).siz, sizeof(void *), ATEMP); \
2036 #define alloc2(m, n, ap) aresize2(NULL, (m), (n), (ap)) macro
Dsyn.c272 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP); in get_command()
Dhistrap.c568 history = alloc2(histsize, sizeof(char *), APERM); in init_histvec()
Dedit.c517 alloc2(nwords, sizeof(struct path_order_info), ATEMP); in x_command_glob()
5515 x_tab = alloc2(X_NTABS, sizeof(*x_tab), AEDIT); in x_init()
5526 x_atab = alloc2(X_NTABS, sizeof(*x_atab), AEDIT); in x_init()
Dlex.c1780 Lex_state *news = alloc2(STATE_BSIZE, sizeof(Lex_state), ATEMP); in push_state_i()
Dexec.c134 e->savefd = alloc2(NUFILE, sizeof(short), ATEMP); in execute()
Dfuncs.c2254 l->argv = alloc2(l->argc + 2, sizeof(char *), &l->area); in c_set()