/bionic/tests/ |
D | bionic_allocator_test.cpp | 68 allocator.free(ptr); in TEST() 73 allocator.free(nullptr); in TEST() 149 allocator.free(ptr1); in TEST() 150 allocator.free(ptr2); in TEST() 169 allocator.free(ptr2); in TEST() 170 allocator.free(ptr1); in TEST() 205 allocator.free(ptr1); in TEST() 208 allocator.free(objects[i]); in TEST() 211 allocator.free(ptr2); in TEST() 212 allocator.free(ptr_to_free); in TEST() [all …]
|
D | malloc_test.cpp | 65 free(ptr); in TEST() 84 free(ptr); in TEST() 120 free(ptr); in TEST() 136 free(ptr); in TEST() 172 free(ptr); in TEST() 189 free(ptr); in TEST() 205 free(ptr); in TEST() 243 free(ptr); in TEST() 258 free(ptr); in TEST() 273 free(ptr); in TEST() [all …]
|
D | heap_tagging_level_test.cpp | 60 EXPECT_DEATH(free(x), "Pointer tag for 0x[a-zA-Z0-9]* was truncated"); in TEST() 63 EXPECT_DEATH(free(untag_address(malloc(1))), "Pointer tag for 0x[a-zA-Z0-9]* was truncated"); in TEST() 70 free(x); in TEST() 72 free(untag_address(y)); in TEST()
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regfree.c | 121 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/ |
D | new.cpp | 43 free(ptr); in operator delete() 47 free(ptr); in operator delete[]() 59 free(ptr); in operator delete() 63 free(ptr); in operator delete[]()
|
D | fts.c | 165 free(parent); in __fts_open() 170 free(parent); in __fts_open() 171 mem2: free(sp->fts_path); in __fts_open() 172 mem1: free(sp); in __fts_open() 215 free(freep); in fts_close() 217 free(p); in fts_close() 225 free(sp->fts_array); in fts_close() 226 free(sp->fts_path); in fts_close() 227 free(sp); in fts_close() 348 free(tmp); in fts_read() [all …]
|
D | posix_timers.cpp | 94 free(timer); in __timer_thread_start() 117 free(timer); in timer_create() 132 free(timer); in timer_create() 160 free(timer); in timer_create() 197 free(timer); in timer_delete()
|
D | getcwd.cpp | 61 free(allocated_buf); in getcwd() 70 free(allocated_buf); in getcwd()
|
D | net_if.cpp | 80 if (names_too) free(it->data.if_name); in Free() 81 free(it); in Free() 148 free(ptr->if_name); in if_freenameindex()
|
D | tmpfile.cpp | 61 free(path); in __tmpfile_dir_legacy() 67 free(path); in __tmpfile_dir_legacy()
|
D | spawn.cpp | 184 free(*attr); in posix_spawnattr_destroy() 284 free(last->path); in posix_spawn_file_actions_destroy() 285 free(last); in posix_spawn_file_actions_destroy() 287 free(*actions); in posix_spawn_file_actions_destroy() 307 free(action); in posix_spawn_add_file_action()
|
D | bionic_allocator.cpp | 164 void BionicSmallObjectAllocator::free(void* ptr) { in free() function in BionicSmallObjectAllocator 349 free(ptr); in realloc() 371 free(ptr); in realloc() 378 void BionicAllocator::free(void* ptr) { in free() function in BionicAllocator 393 allocator->free(ptr); in free()
|
/bionic/libc/system_properties/ |
D | contexts_split.cpp | 49 free(const_cast<char*>(context())); in ~ContextListNode() 60 free(prefix); in ~PrefixNode() 228 free(prop_prefix); in InitializePropertiesFromFile() 236 free(prop_prefix); in InitializePropertiesFromFile() 237 free(context); in InitializePropertiesFromFile() 249 free(prop_prefix); in InitializePropertiesFromFile() 250 free(context); in InitializePropertiesFromFile() 253 free(buffer); in InitializePropertiesFromFile()
|
/bionic/libc/malloc_hooks/tests/ |
D | malloc_hooks_tests.cpp | 193 free(ptr); in TEST_F() 232 free(ptr); in TEST_F() 249 free(ptr); in TEST_F() 268 free(ptr); in TEST_F() 286 free(ptr); in TEST_F() 305 free(ptr); in TEST_F() 342 free(ptr); in TEST_F() 384 free(ptr); in TEST_F() 404 free(ptr); in TEST_F()
|
/bionic/linker/ |
D | linker_block_allocator.h | 50 void free(void* block); 90 void free(T* t) { block_allocator_.free(t); } in free() function
|
D | linker_common_types.h | 47 static void free(LinkedListEntry<soinfo>* entry); 57 static void free(LinkedListEntry<android_namespace_t>* entry);
|
D | linker_block_allocator_test.cpp | 77 allocator.free(ptr1); in TEST() 78 allocator.free(ptr2); in TEST() 116 allocator.free(ptr1); in TEST()
|
/bionic/libc/tzcode/ |
D | bionic.cpp | 165 free(index); in __bionic_open_tzdata_path() 186 free(index); in __bionic_open_tzdata_path() 242 free(path); in __bionic_open_tzdata() 247 free(path); in __bionic_open_tzdata() 252 free(path); in __bionic_open_tzdata()
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vswprintf.c | 67 free(f._bf._base); in vswprintf() 73 free(f._bf._base); in vswprintf() 84 free(f._bf._base); in vswprintf()
|
D | open_memstream.c | 108 free(st); in memstream_close() 128 free(st); in open_memstream() 134 free(st); in open_memstream()
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | hdestroy_r.c | 41 free(hsearch->entries); in hdestroy_r() 42 free(hsearch); in hdestroy_r()
|
/bionic/libc/dns/net/ |
D | getaddrinfo.c | 280 goto free; \ 289 goto free; \ 297 goto free; \ 338 free(ai->ai_canonname); in freeaddrinfo() 340 free(ai); in freeaddrinfo() 713 goto free; in android_getaddrinfofornetcontext() 778 goto free; in android_getaddrinfofornetcontext() 787 free: in android_getaddrinfofornetcontext() 830 goto free; in explore_fqdn() 833 goto free; in explore_fqdn() [all …]
|
D | gethnamaddr.c | 495 free(aliases); in getanswer() 506 free(aliases); in getanswer() 519 free(aliases); in getanswer() 958 free(p); in netbsd_gethostent_r() 959 free(aliases); in netbsd_gethostent_r() 1031 free(p); in netbsd_gethostent_r() 1032 free(aliases); in netbsd_gethostent_r() 1035 free(p); in netbsd_gethostent_r() 1036 free(aliases); in netbsd_gethostent_r() 1171 free(buf); in _dns_gethtbyname() [all …]
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | ev_streams.c | 80 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/stdio/ |
D | fmemopen.cpp | 108 free(ck->allocation); in fmemopen_close() 109 free(ck); in fmemopen_close() 128 free(ck); in fmemopen()
|