HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 576 - 600 of 5893) sorted by null

<<21222324252627282930>>

  /external/compiler-rt/test/tsan/
signal_errno.cc 30 free((void*)p);
  /external/curl/lib/
curl_multibyte.h 52 * to be free'ed with Curl_unicodefree().
57 * no actual free'ing of this pointer it is simply set to NULL.
65 do {if((ptr)) {free((ptr)); (ptr) = NULL;}} WHILE_FALSE
netrc.c 105 free(home);
114 free(netrcfile);
162 free(*loginp);
173 free(*passwordp);
  /external/curl/tests/unit/
unit1395.c 79 free(out);
unit1602.c 44 free(ptr);
  /external/e2fsprogs/intl/
finddomain.c 2 Copyright (C) 1995-1999, 2000-2001, 2003 Free Software Foundation, Inc.
5 This program is free software; you can redistribute it and/or modify it
7 by the Free Software Foundation; either version 2, or (at your option)
16 License along with this program; if not, write to the Free Software
165 /* The room for an alias was dynamically allocated. Free it now. */
167 free (locale);
169 /* The space for normalized_codeset is dynamically allocated. Free it. */
171 free ((void *) normalized_codeset);
188 free ((char *) here->filename);
189 free (here)
    [all...]
  /external/e2fsprogs/lib/ss/
invocation.c 95 free(t->prompt);
96 free(t->rqt_tables);
99 free(t->info_dirs);
104 free(t);
  /external/elfutils/libasm/
asm_fill.c 6 This file is free software; you can redistribute it and/or modify
9 * the GNU Lesser General Public License as published by the Free
15 * the GNU General Public License as published by the Free
69 /* Free the old data structure if we have allocated it. */
71 free (old_pattern);
  /external/icu/icu4c/source/test/letest/
letest.h 36 #define DELETE_ARRAY(array) free((void *) (array))
  /external/ipsec-tools/src/libipsec/
test-policy.c 139 free(buf);
146 free(buf);
208 free(buf);
249 free(m);
257 free(m);
265 free(m);
276 free(m);
289 free(m);
298 free(m);
  /external/jemalloc/test/integration/
iterate.c 45 free(ptr);
60 free(ptr);
93 free(ptr2);
107 free(ptr);
  /external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/
new_array_nothrow_replace.pass.cpp 31 std::free(p);
new_array_replace.pass.cpp 31 std::free(p);
  /external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/
new_nothrow_replace.pass.cpp 31 std::free(p);
new_replace.pass.cpp 31 std::free(p);
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
nullptr_t_deleter_throw.pass.cpp 46 std::free(p);
pointer_throw.pass.cpp 43 std::free(p);
  /external/libdrm/freedreno/kgsl/
kgsl_device.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
42 free(kgsl_dev);
  /external/libdrm/freedreno/msm/
msm_device.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
42 free(msm_dev);
  /external/libselinux/src/
label.c 89 free(rec->spec_file);
90 free(rec);
165 free(rec->spec_file);
166 free(rec);
  /external/libunwind/android/tests/
local_test.cpp 40 free(context);
  /external/libunwind/src/hppa/
tables.c 40 free (pi->unwind_info);
  /external/libxml2/doc/tutorial/
includeconvert.c 21 free(out);
34 free(out);
  /external/opencv3/3rdparty/libwebp/enc/
layer.c 46 free(enc->layer_data_);
  /external/opencv3/3rdparty/libwebp/utils/
color_cache.c 39 free(cc->colors_);

Completed in 655 milliseconds

<<21222324252627282930>>