/third_party/musl/porting/linux/user/ldso/ |
D | namespace.c | 52 __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 …]
|
D | ns_config.c | 126 __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 …]
|
D | strops.c | 58 __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()
|
D | dynlink_rand.c | 86 __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/ |
D | dlerror.c | 12 #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/ |
D | musl_malloc.h | 24 extern void __libc_free(void* p); 27 #define hook_free __libc_free
|
/third_party/musl/src/malloc/ |
D | free.c | 5 __libc_free(p); in free()
|
/third_party/musl/porting/linux/user/src/malloc/ |
D | free.c | 13 __libc_free(p); in free()
|
/third_party/musl/src/locale/ |
D | freelocale.c | 7 #define free __libc_free
|
/third_party/musl/porting/liteos_a/user/src/locale/ |
D | freelocale.c | 8 #define free __libc_free
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
D | unit_test_mock_molloc.c | 25 void __libc_free(void *p) in __libc_free() function
|
/third_party/musl/src/process/ |
D | fdop.h | 17 #define free __libc_free
|
/third_party/musl/src/include/ |
D | stdlib.h | 17 hidden void __libc_free(void *);
|
/third_party/musl/src/malloc/mallocng/ |
D | glue.h | 25 #define free __libc_free
|
/third_party/musl/src/ldso/ |
D | dlerror.c | 12 #define free __libc_free
|
/third_party/musl/porting/linux/user/src/hilog/ |
D | vsnprintf_s_p.c | 137 #define SECUREC_FREE(x) __libc_free((void *)(x))
|
/third_party/musl/porting/linux/user/src/exit/ |
D | atexit.c | 13 #define free __libc_free
|
/third_party/libabigail/tests/data/test-diff-pkg/ |
D | tbb-4.1-9.20130314.fc22.x86_64--tbb-4.3-3.20141204.fc23.x86_64-report-1.txt | 165 [A] 'function void __libc_free(void*)' {__libc_free}
|
D | tbb-4.1-9.20130314.fc22.x86_64--tbb-4.3-3.20141204.fc23.x86_64-report-0.txt | 307 [A] 'function void __libc_free(void*)' {__libc_free}
|
/third_party/musl/porting/linux/user/src/aio/ |
D | aio.c | 17 #define free __libc_free
|
/third_party/musl/src/aio/ |
D | aio.c | 17 #define free __libc_free
|
/third_party/musl/porting/liteos_a/user/src/aio/ |
D | aio.c | 18 #define free __libc_free
|
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/ |
D | malloc.c | 16 #define free __libc_free
|
/third_party/musl/src/malloc/oldmalloc/ |
D | malloc.c | 16 #define free __libc_free
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/ |
D | malloc.c | 18 #define free __libc_free
|