Home
last modified time | relevance | path

Searched refs:__libc_free (Results 1 – 25 of 32) sorted by relevance

12

/third_party/musl/porting/linux/user/ldso/
Dnamespace.c52 __libc_free(nsinl); in nsinherits_alloc()
66 __libc_free(nsinl->inherits[i]); in nsinherits_free()
68 __libc_free(nsinl->inherits); in nsinherits_free()
69 __libc_free(nsinl); in nsinherits_free()
101 __libc_free(dsol); in dsolist_alloc()
133 __libc_free(nst); in ns_alloc()
145 __libc_free(ns->ns_dsos); in ns_free()
149 __libc_free(ns->ns_name); in ns_free()
153 __libc_free(ns->env_paths); in ns_free()
157 __libc_free(ns->lib_paths); in ns_free()
[all …]
Dns_config.c126 __libc_free(kvs->key); in kvlist_alloc()
127 __libc_free(kvs->val); in kvlist_alloc()
128 __libc_free(kvs); in kvlist_alloc()
158 __libc_free(kvs->key[i]); in kvlist_free()
159 __libc_free(kvs->val[i]); in kvlist_free()
161 __libc_free(kvs->key); in kvlist_free()
162 __libc_free(kvs->val); in kvlist_free()
163 __libc_free(kvs); in kvlist_free()
179 __libc_free(sections->names); in sections_alloc()
180 __libc_free(sections->kvs); in sections_alloc()
[all …]
Dstrops.c58 __libc_free(ss); in strsplit()
71 __libc_free(ss); in strsplit()
89 __libc_free(strs); in strlist_alloc()
114 __libc_free(strs->strs[i]); in strlist_free()
116 __libc_free(strs->strs); in strlist_free()
117 __libc_free(strs); in strlist_free()
Ddynlink_rand.c86 __libc_free(node); in remove_handle_node()
160 __libc_free(task->name); in free_task()
164 __libc_free(task->allocated_buf); in free_task()
181 __libc_free(task); in free_task()
203 __libc_free(tasks->array); in free_loadtasks()
207 __libc_free(tasks); in free_loadtasks()
/third_party/musl/porting/linux/user/src/ldso/
Ddlerror.c12 #define free __libc_free
51 __libc_free(q); in __dl_vseterr()
59 __libc_free(self->dlerror_buf); in __dl_vseterr()
/third_party/musl/porting/linux/user/src/hook/
Dmusl_malloc.h24 extern void __libc_free(void* p);
27 #define hook_free __libc_free
/third_party/musl/src/malloc/
Dfree.c5 __libc_free(p); in free()
/third_party/musl/porting/linux/user/src/malloc/
Dfree.c13 __libc_free(p); in free()
/third_party/musl/src/locale/
Dfreelocale.c7 #define free __libc_free
/third_party/musl/porting/liteos_a/user/src/locale/
Dfreelocale.c8 #define free __libc_free
/third_party/musl/libc-test/src/functionalext/unittest/
Dunit_test_mock_molloc.c25 void __libc_free(void *p) in __libc_free() function
/third_party/musl/src/process/
Dfdop.h17 #define free __libc_free
/third_party/musl/src/include/
Dstdlib.h17 hidden void __libc_free(void *);
/third_party/musl/src/malloc/mallocng/
Dglue.h25 #define free __libc_free
/third_party/musl/src/ldso/
Ddlerror.c12 #define free __libc_free
/third_party/musl/porting/linux/user/src/hilog/
Dvsnprintf_s_p.c137 #define SECUREC_FREE(x) __libc_free((void *)(x))
/third_party/musl/porting/linux/user/src/exit/
Datexit.c13 #define free __libc_free
/third_party/libabigail/tests/data/test-diff-pkg/
Dtbb-4.1-9.20130314.fc22.x86_64--tbb-4.3-3.20141204.fc23.x86_64-report-1.txt165 [A] 'function void __libc_free(void*)' {__libc_free}
Dtbb-4.1-9.20130314.fc22.x86_64--tbb-4.3-3.20141204.fc23.x86_64-report-0.txt307 [A] 'function void __libc_free(void*)' {__libc_free}
/third_party/musl/porting/linux/user/src/aio/
Daio.c17 #define free __libc_free
/third_party/musl/src/aio/
Daio.c17 #define free __libc_free
/third_party/musl/porting/liteos_a/user/src/aio/
Daio.c18 #define free __libc_free
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
Dmalloc.c16 #define free __libc_free
/third_party/musl/src/malloc/oldmalloc/
Dmalloc.c16 #define free __libc_free
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
Dmalloc.c18 #define free __libc_free

12