Home
last modified time | relevance | path

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

123

/bionic/libc/upstream-netbsd/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/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()
146 free(resolved); in realpath()
151 free(resolved); in realpath()
179 free(resolved); in realpath()
185 free(resolved); in realpath()
191 free(resolved); in realpath()
198 free(resolved); in realpath()
[all …]
/bionic/libstdc++/src/
Dnew.cpp26 free(ptr); in operator delete()
31 free(ptr); in operator delete[]()
46 free(ptr); in operator delete()
51 free(ptr); in operator delete[]()
/bionic/libc/stdlib/
Dputenv.c43 (void)free(p); in putenv()
48 (void)free(p); in putenv()
/bionic/libc/bionic/
Dgetcwd.cpp61 free(allocated_buf); in getcwd()
70 free(allocated_buf); in getcwd()
Dsched_cpualloc.c39 free(set); in __sched_cpufree()
Dtdestroy.cpp35 free(root); in tdestroy()
Dfts.c167 free(parent); in fts_open()
172 free(parent); in fts_open()
173 mem2: free(sp->fts_path); in fts_open()
174 mem1: free(sp); in fts_open()
217 free(freep); in fts_close()
219 free(p); in fts_close()
229 free(sp->fts_array); in fts_close()
230 free(sp->fts_path); in fts_close()
231 free(sp); in fts_close()
352 free(tmp); in fts_read()
[all …]
Dinitgroups.c55 free(groups); in initgroups()
Dfdprintf.c43 free(buf); in vfdprintf()
Dscandir.cpp32 free(names_[--size_]); in ~ScandirResult()
34 free(names_); in ~ScandirResult()
Dpthread_internals.cpp50 free(thread); in _pthread_internal_remove_locked()
/bionic/libc/stdio/
Dlocal.h78 free(_UB(fp)._base); \
87 free((char *)(fp)->_lb._base); \
Dfclose.c54 free((char *)fp->_bf._base); in fclose()
Dasprintf.c53 free(f._bf._base); in asprintf()
Dvasprintf.c51 free(f._bf._base); in vasprintf()
/bionic/libc/kernel/common/linux/
Dmempool.h35 mempool_free_t *free; member
Dsmb.h44 __u16 free; member
/bionic/tests/
Dgetcwd_test.cpp30 free(cwd); in TEST()
40 free(cwd); in TEST()
Dstdlib_test.cpp70 free(p); in TEST()
110 free(p); in TEST()
/bionic/libdl/
Ddltest.c144 if (libname != NULL) free(libname); in main()
145 if (symname != NULL) free(symname); in main()
/bionic/libc/upstream-netbsd/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()
/bionic/libc/private/
DThreadLocalBuffer.h45 free(buffer); \
/bionic/libc/upstream-dlmalloc/
DREADME.txt1 This directory contains malloc/free routines implemented by Doug Lea
/bionic/libc/netbsd/net/
Dgetaddrinfo.c276 goto free; \
285 goto free; \
293 goto free; \
328 free(ai->ai_canonname); in freeaddrinfo()
330 free(ai); in freeaddrinfo()
710 goto free; in android_getaddrinfoforiface()
775 goto free; in android_getaddrinfoforiface()
784 free: in android_getaddrinfoforiface()
826 goto free; in explore_fqdn()
829 goto free; in explore_fqdn()
[all …]

123