Searched refs:free (Results 176 - 200 of 3635) sorted by relevance

1234567891011>>

/external/valgrind/main/memcheck/tests/
H A Derr_disable_arange1.c15 free((void*)mem);
H A Dlong_namespace_xml.cpp29 // that occurs just before the free() call.
38 free(ptr);
H A Dmalloc1.c19 free(p);
H A Dmalloc1_ks_alloc_and_free.stderr.exp3 Address 0x........ is 1 bytes inside a block of size 10 free'd
4 at 0x........: free (vg_replace_malloc.c:...)
H A Dmalloc1_ks_free.stderr.exp3 Address 0x........ is 1 bytes inside a block of size 10 free'd
4 at 0x........: free (vg_replace_malloc.c:...)
H A Dmalloc_free_fill.c2 /* Test for correct functioning of the --malloc-fill and --free-fill
3 flags. Needs --malloc-fill=0x55 and --free-fill=0x77. */
23 fprintf(stderr, "test simple malloc/free:\n");
28 free(a);
29 TEST(a[5], 0x77777777, " free-filled");
41 TEST(oldr[26], 0x77777777, " free-filled");
44 free(r);
56 TEST(oldr[26], 0x77777777, " free-filled");
58 free(r);
66 free(
[all...]
H A Dmismatches.stderr.exp1 Mismatched free() / delete / delete []
8 Mismatched free() / delete / delete []
15 Mismatched free() / delete / delete []
22 Mismatched free() / delete / delete []
23 at 0x........: free (vg_replace_malloc.c:...)
29 Mismatched free() / delete / delete []
36 Mismatched free() / delete / delete []
37 at 0x........: free (vg_replace_malloc.c:...)
H A Drealloc2.c17 free(p);
H A Dwritev1.stderr.exp5 Address 0x........ is not stack'd, malloc'd or (recently) free'd
11 Address 0x........ is not stack'd, malloc'd or (recently) free'd
17 Address 0x........ is not stack'd, malloc'd or (recently) free'd
/external/valgrind/main/none/tests/ppc32/
H A Dlsw.c51 free(a2);
68 free(a2);
79 free(a2);
90 free(a2);
/external/valgrind/main/none/tests/ppc64/
H A Dlsw.c51 free(a2);
68 free(a2);
79 free(a2);
90 free(a2);
/external/wpa_supplicant_8/hs20/server/www/
H A Dfree.php3 <title>Hotspot 2.0 - public and free hotspot</title>
11 echo "<h3>Hotspot 2.0 - public and free hotspot</h3>\n";
13 echo "<form action=\"add-free.php\" method=\"POST\">\n";
/external/chromium_org/base/allocator/
H A Dgeneric_allocators.cc6 // low-level functions malloc() and free(). This way, including a new
32 free(p);
40 free(p);
48 free(p);
56 free(p);
87 free(p);
114 #undef free macro
165 free(ptr);
/external/openssl/crypto/
H A DLPdir_win.c88 free(*ctx);
110 free (extdirbuf);
112 free(*ctx);
126 free(wdir);
134 free (extdirbuf);
139 free(*ctx);
181 free(*ctx);
/external/chromium_org/third_party/boringssl/src/crypto/lhash/
H A Dlhash_test.c38 free(cur->s);
39 free(cur);
94 free(cur);
144 free(s);
158 free(s1);
161 free(s2);
176 free(s1);
179 free(s2);
181 free(s);
189 lh_doall(lh, free);
[all...]
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module.c5 Red Hat elfutils is free software; you can redistribute it and/or modify
58 free (cu->lines);
59 free (cu);
70 free (file->name);
85 free (mod->aranges);
91 free (mod->cu);
105 free (mod->build_id_bits);
107 free (mod->name);
108 free (mod);
148 free (dwf
[all...]
/external/qemu/util/
H A Denvlist.c50 free((char *)entry->ev_var);
51 free(entry);
53 free(envlist);
113 free(tmpenv);
119 free(tmpenv);
157 free((char *)entry->ev_var);
158 free(entry);
166 free(entry);
203 free((char *)entry->ev_var);
204 free(entr
[all...]
/external/clang/test/Analysis/
H A Dmalloc-interprocedural.c7 void free(void *);
29 free(p);
52 free(data);
54 free(data);
97 free(x);
/external/e2fsprogs/e2fsck/
H A Dargv_parse.c69 free(argv);
70 free(buf);
117 free(buf);
129 free(*argv);
130 free(argv);
/external/jemalloc/test/integration/
H A Dthread_tcache_enabled.c55 free(malloc(1));
61 free(malloc(1));
67 free(malloc(1));
73 free(malloc(1));
79 free(malloc(1));
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dthread_map.c43 free(namelist[i]);
44 free(namelist);
120 free(namelist[i]);
121 free(namelist);
132 free(threads);
137 free(namelist[i]);
138 free(namelist);
141 free(threads);
197 free(namelist[i]);
200 free(namelis
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/
H A DiLBC_testprogram.c120 free(inputdata);
126 free(inputdata);
127 free(encodeddata);
133 free(inputdata);
134 free(encodeddata);
135 free(decodeddata);
229 free(inputdata);
230 free(encodeddata);
231 free(decodeddata);
232 free(channeldat
[all...]
/external/libsepol/src/
H A Dgenusers.c97 free(buffer);
106 free(buffer);
107 free(id);
117 free(buffer);
118 free(id);
120 free(usrdatum);
176 free(buffer);
213 free(buffer);
232 free(scontext);
236 free(scontex
[all...]
/external/chromium_org/third_party/skia/tests/
H A DNameAllocatorTest.cpp59 "Name allocate failed, but there should still be %u free names",
110 ERRORF(fReporter, "Test bug: Should not free a not-allocated name at this point (%u)", i);
114 fAllocator.free(name);
144 allocator.free(allocator.firstName() - 1);
145 allocator.free(allocator.endName());
150 allocator.free(i);
154 allocator.free(i);
158 allocator.free(i);
162 ERRORF(reporter, "Name allocate failed when there should be free names");
/external/skia/tests/
H A DNameAllocatorTest.cpp59 "Name allocate failed, but there should still be %u free names",
110 ERRORF(fReporter, "Test bug: Should not free a not-allocated name at this point (%u)", i);
114 fAllocator.free(name);
144 allocator.free(allocator.firstName() - 1);
145 allocator.free(allocator.endName());
150 allocator.free(i);
154 allocator.free(i);
158 allocator.free(i);
162 ERRORF(reporter, "Name allocate failed when there should be free names");

Completed in 2362 milliseconds

1234567891011>>