HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 726 - 750 of 7852) sorted by null

<<21222324252627282930>>

  /external/compiler-rt/test/asan/TestCases/Windows/
demangled_names.cc 43 free(buffer);
45 // CHECK: AddressSanitizer: heap-use-after-free on address [[ADDR:0x[0-9a-f]+]]
  /external/compiler-rt/test/asan/TestCases/
atoi_strict.c 53 free(array);
atol_strict.c 53 free(array);
atoll_strict.c 56 free(array);
max_redzone.cc 23 free(pp[i]);
  /external/compiler-rt/test/lsan/TestCases/
leak_check_before_thread_started.cc 18 free(arg);
  /external/compiler-rt/test/msan/Linux/
ioctl_sound.cc 27 free(info);
  /external/compiler-rt/test/msan/
getline.cc 36 free(line);
  /external/compiler-rt/test/tsan/
free_race.c 12 free(mem);
38 // CHECK-NOZUPP: WARNING: ThreadSanitizer: heap-use-after-free
43 // CHECK-NOZUPP: #0 free
45 // CHECK-NOZUPP: SUMMARY: ThreadSanitizer: heap-use-after-free{{.*}}Thread2
ignore_free.cc 25 free(p);
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
escape.c 124 free(ns);
181 free(ns);
190 free(ns);
238 /* For operating systems/environments that use different malloc/free
239 systems for the app and for this library, we provide a free that uses
243 free(p);
netrc.c 103 free(home);
112 free(netrcfile);
160 free(*loginp);
171 free(*passwordp);
strdup.c 83 * Does a normal realloc(), but will free the data pointer if the realloc
84 * fails. If 'size' is zero, it will free the data and return a failure.
88 * up free'ing the memory twice.
97 /* only free 'ptr' if size was non-zero */
98 free(ptr);
  /external/curl/lib/vauth/
oauth2.c 83 free(oauth);
  /external/curl/src/
slist_wc.c 69 free(list);
  /external/curl/tests/unit/
unit1395.c 82 free(out);
  /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/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 38 #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/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_pair.pass.cpp 51 std::free(ptr);
destroy.pass.cpp 50 std::free(ptr);

Completed in 680 milliseconds

<<21222324252627282930>>