Home
last modified time | relevance | path

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

1234567891011

/ndk/sources/host-tools/ndk-stack/regex/
Dregfree.c65 free((char *)g->strip); in regfree()
67 free((char *)g->sets); in regfree()
69 free((char *)g->setbits); in regfree()
71 free(g->must); in regfree()
72 free((char *)g); in regfree()
/ndk/sources/host-tools/make-3.81/
Dvpath.c197 free (path->pattern); in construct_vpath_list()
198 free ((char *) path->searchpath); in construct_vpath_list()
199 free ((char *) path); in construct_vpath_list()
208 free (pattern); in construct_vpath_list()
266 free (v); in construct_vpath_list()
272 free (v); in construct_vpath_list()
308 free ((char *) vpath); in construct_vpath_list()
310 free (pattern); in construct_vpath_list()
554 free (name); in selective_vpath_search()
559 free (name); in selective_vpath_search()
Dread.c192 free (value); in read_all_makefiles()
291 free (conditionals->ignoring); in restore_conditionals()
293 free (conditionals->seen_else); in restore_conditionals()
357 free (included); in eval_makefile()
377 free (expanded); in eval_makefile()
379 free (included); in eval_makefile()
410 free (ebuf.bufstart); in eval_makefile()
485 if (pattern) { free(pattern); pattern = 0; } \ in eval()
572 free ((char *)collapsed); in eval()
728 free (ap); in eval()
[all …]
Dvmsfunctions.c58 free (dir); in opendir()
59 free (dnam); in opendir()
60 free (searchspec); in opendir()
124 free (dnam->nam$l_esa); in closedir()
125 free (dnam); in closedir()
126 free (dir); in closedir()
Djob.c711 free (c->sh_batch_file); in reap_children()
877 free (child->command_lines[i]); in free_child()
878 free ((char *) child->command_lines); in free_child()
885 free (*ep++); in free_child()
886 free ((char *) child->environment); in free_child()
889 free ((char *) child); in free_child()
1039 free (argv[0]); in start_job_command()
1040 free ((char *) argv); in start_job_command()
1054 free (argv[0]); in start_job_command()
1055 free ((char *) argv); in start_job_command()
[all …]
Dar.c113 free (arname); in ar_member_date()
114 free (memname); in ar_member_date()
189 free (arname); in ar_touch()
190 free (memname); in ar_touch()
/ndk/sources/cxx-stl/gabi++/src/
Ddelete.cc38 free(ptr); in operator delete()
51 free(ptr); in operator delete()
/ndk/tests/device/emm/jni/
Demm.c12 free(p); in main()
13 free(q); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dios.cpp259 free(__fn_); in ~ios_base()
260 free(__index_); in ~ios_base()
261 free(__iarray_); in ~ios_base()
262 free(__parray_); in ~ios_base()
309 unique_ptr<event_callback, void (*)(void*)> new_callbacks(0, free); in copyfmt()
310 unique_ptr<int, void (*)(void*)> new_ints(0, free); in copyfmt()
311 unique_ptr<long, void (*)(void*)> new_longs(0, free); in copyfmt()
312 unique_ptr<void*, void (*)(void*)> new_pointers(0, free); in copyfmt()
356 free(__fn_); in copyfmt()
358 free(__index_); in copyfmt()
[all …]
Ddebug.cpp58 free(__next_); in ~__i_node()
64 free(beg_); in ~__c_node()
68 free(__next_); in ~__c_node()
91 free(*p); in ~__libcpp_db()
94 free(__cbeg_); in ~__libcpp_db()
103 free(*p); in ~__libcpp_db()
106 free(__ibeg_); in ~__libcpp_db()
172 free(__cbeg_); in __insert_c()
217 free(p); in __erase_i()
340 free(p->beg_); in __erase_c()
[all …]
/ndk/tests/device/test-stlport_static-exception/jni/
Ddelete2.cpp9 extern "C" void free (void *);
37 free (p); in operator delete()
Dbadalloc1.cpp59 extern "C" void free (void *) in free() function
81 free (p); in realloc()
/ndk/tests/device/test-stlport_shared-exception/jni/
Ddelete2.cpp9 extern "C" void free (void *);
37 free (p); in operator delete()
Dbadalloc1.cpp59 extern "C" void free (void *) in free() function
81 free (p); in realloc()
/ndk/sources/host-tools/make-3.81/w32/subproc/
Dmisc.c69 free(tmp); in arr2envblk()
80 free(tmp); in arr2envblk()
Dsub_proc.c363 free(fname); in find_file()
370 free(fname); in find_file()
377 free(fname); in find_file()
384 free(fname); in find_file()
391 free(fname); in find_file()
395 free(fname); in find_file()
512 free( command_line ); in process_begin()
537 if (envblk) free(envblk); in process_begin()
559 if (envblk) free(envblk); in process_begin()
560 free( command_line ); in process_begin()
[all …]
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c320 { free(ltype); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL; } in _Locale_ctype_create()
334 if (!GetCPInfo(NativeCP, &CPInfo)) { free(ltype); return NULL; } in _Locale_ctype_create()
348 if (!BufferSize) { free(ltype); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL; } in _Locale_ctype_create()
350 if (!wbuffer) { free(ltype); *__err_code = _STLP_LOC_NO_MEMORY; return NULL; } in _Locale_ctype_create()
355 free(wbuffer); in _Locale_ctype_create()
364 if (!BufferSize) { free(ltype); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL; } in _Locale_ctype_create()
366 if (!wbuffer) { free(ltype); *__err_code = _STLP_LOC_NO_MEMORY; return NULL; } in _Locale_ctype_create()
369 { free(wbuffer); free(ltype); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL; } in _Locale_ctype_create()
371 free(wbuffer); in _Locale_ctype_create()
397 { free(lnum); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL; } in _Locale_numeric_create()
[all …]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtest_vector2.pass.cpp26 std::free ( p ); in my_dealloc2()
31 std::free ( p ); in my_dealloc3()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_tempbuf.h75 free((char*)__p); in return_temporary_buffer()
124 _STLP_UNWIND(free(_M_buffer); _M_buffer = 0; _M_len = 0) in _Temporary_buffer()
129 free(_M_buffer); in ~_Temporary_buffer()
/ndk/sources/cxx-stl/stlport/src/
Dios.cpp245 free(_M_callbacks); in _M_copy_state()
258 free(_M_iwords); in _M_copy_state()
271 free(_M_pwords); in _M_copy_state()
301 free(_M_callbacks); in ~ios_base()
302 free(_M_iwords); in ~ios_base()
303 free(_M_pwords); in ~ios_base()
/ndk/sources/cxx-stl/gabi++/tests/
Dtest_vector2.cpp26 std::free ( p ); in my_dealloc2()
31 std::free ( p ); in my_dealloc3()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dfallback_malloc.ipp19 // Manages a fixed-size memory pool, supports malloc and free only.
94 // Walk the free list, looking for a "big enough" chunk
146 p->len += cp->len; // make the free heap_node larger
149 else if ( after ( cp ) == p ) { // there's a free heap_node right after
151 std::cout << " Appending free chunk at " << offset_from_node ( p ) << std::endl;
163 // Nothing to merge with, add it to the start of the free list
165 std::cout << " Making new free list entry " << offset_from_node ( cp ) << std::endl;
/ndk/sources/host-tools/gdb-stub/
Dgdb-stub.c203 free(envbuf); in main()
204 free(resbuf); in main()
205 free(cmdbuf); in main()
/ndk/sources/host-tools/make-3.81/w32/
Dpathstuff.c195 free(nutc_path); in convert_path_to_nutc()
236 free(nutc_path); in convert_path_to_nutc()
251 free(nutc_path); in convert_path_to_nutc()
/ndk/sources/android/support/src/locale/
Dfreelocale.c33 free(loc); in freelocale()

1234567891011