Home
last modified time | relevance | path

Searched refs:free (Results 1 – 25 of 105) sorted by relevance

12345

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregfree.c121 free(g->strip); in __weak_alias()
123 free(g->sets); in __weak_alias()
125 free(g->setbits); in __weak_alias()
127 free(g->must); in __weak_alias()
128 free(g); in __weak_alias()
/bionic/libc/bionic/
Dnew.cpp42 free(ptr); in operator delete()
46 free(ptr); in operator delete[]()
58 free(ptr); in operator delete()
62 free(ptr); in operator delete[]()
Dgetcwd.cpp64 free(allocated_buf); in getcwd()
73 free(allocated_buf); in getcwd()
Dposix_timers.cpp99 free(timer); in __timer_thread_start()
122 free(timer); in timer_create()
137 free(timer); in timer_create()
163 free(timer); in timer_create()
200 free(timer); in timer_delete()
Dtmpfile.cpp70 free(path); in __tmpfile_dir()
76 free(path); in __tmpfile_dir()
Dsched_cpualloc.c39 free(set); in __sched_cpufree()
Dtdestroy.cpp35 free(root); in tdestroy()
Dfts.c170 free(parent); in fts_open()
175 free(parent); in fts_open()
176 mem2: free(sp->fts_path); in fts_open()
177 mem1: free(sp); in fts_open()
220 free(freep); in fts_close()
222 free(p); in fts_close()
232 free(sp->fts_array); in fts_close()
233 free(sp->fts_path); in fts_close()
234 free(sp); in fts_close()
355 free(tmp); in fts_read()
[all …]
Dinitgroups.c55 free(groups); in initgroups()
Dnet_if.cpp90 if (names_too) free(it->data.if_name); in Free()
91 free(it); in Free()
158 free(ptr->if_name); in if_freenameindex()
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Drealpath.c86 free(resolved); in realpath()
98 free(resolved); in realpath()
115 free(resolved); in realpath()
127 free(resolved); in realpath()
160 free(resolved); in realpath()
166 free(resolved); in realpath()
172 free(resolved); in realpath()
179 free(resolved); in realpath()
203 free(resolved); in realpath()
214 free(resolved); in realpath()
[all …]
/bionic/linker/
Dlinker_block_allocator.h38 void free(void* block);
74 void free(T* t) { block_allocator_.free(t); } in free() function
Dlinker_memory.cpp35 void free(void* ptr) { in free() function
36 g_linker_allocator.free(ptr); in free()
/bionic/linker/tests/
Dlinker_memory_allocator_test.cpp56 allocator.free(ptr); in TEST()
61 allocator.free(nullptr); in TEST()
137 allocator.free(ptr1); in TEST()
138 allocator.free(ptr2); in TEST()
157 allocator.free(ptr2); in TEST()
158 allocator.free(ptr1); in TEST()
193 allocator.free(ptr1); in TEST()
196 allocator.free(objects[i]); in TEST()
199 allocator.free(ptr2); in TEST()
200 allocator.free(ptr_to_free); in TEST()
Dlinker_block_allocator_test.cpp65 allocator.free(ptr1); in TEST()
66 allocator.free(ptr2); in TEST()
104 allocator.free(ptr1); in TEST()
/bionic/tests/
Dmalloc_test.cpp34 free(ptr); in TEST()
52 free(ptr); in TEST()
85 free(ptr); in TEST()
99 free(ptr); in TEST()
145 free(ptr); in TEST()
162 free(ptr); in TEST()
178 free(ptr); in TEST()
216 free(ptr); in TEST()
231 free(ptr); in TEST()
246 free(ptr); in TEST()
[all …]
Dgetcwd_test.cpp30 free(cwd); in TEST()
40 free(cwd); in TEST()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvswprintf.c67 free(f._bf._base); in vswprintf()
73 free(f._bf._base); in vswprintf()
84 free(f._bf._base); in vswprintf()
Dfmemopen.c100 free(v); in fmemopen_close()
110 free(st->string); in fmemopen_close_free()
111 free(st); in fmemopen_close_free()
142 free(st); in fmemopen()
153 free(st); in fmemopen()
Dvswscanf.c73 free(mbstr); in vswscanf()
85 free(mbstr); in vswscanf()
Dopen_memstream.c108 free(st); in memstream_close()
128 free(st); in open_memstream()
134 free(st); in open_memstream()
Dopen_wmemstream.c118 free(st); in wmemstream_close()
138 free(st); in open_wmemstream()
144 free(st); in open_wmemstream()
/bionic/libc/upstream-netbsd/lib/libc/resolv/
Dmtctxres.c80 free(mt); in __res_init_ctx()
94 free(mt); in __res_destroy_ctx()
/bionic/libc/private/
DThreadLocalBuffer.h43 pthread_key_create(&key_, free); in ThreadLocalBuffer()
/bionic/libc/upstream-netbsd/lib/libc/isc/
Dev_streams.c80 goto free; in evWrite()
82 goto free; in evWrite()
93 free: in evWrite()
114 goto free; in evRead()
116 goto free; in evRead()
127 free: in evRead()

12345