HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 51 - 75 of 7280) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/valgrind/memcheck/tests/
mismatches.cpp 10 free (fpointer); // should work!
15 free (nvec); // should give a warning
22 free(n); // should give a warning
badfree-2trace.stderr.exp 1 Invalid free() / delete / delete[] / realloc()
2 at 0x........: free (vg_replace_malloc.c:...)
4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
6 Invalid free() / delete / delete[] / realloc()
7 at 0x........: free (vg_replace_malloc.c:...)
badfree.stderr.exp 1 Invalid free() / delete / delete[] / realloc()
2 at 0x........: free (vg_replace_malloc.c:...)
4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
6 Invalid free() / delete / delete[] / realloc()
7 at 0x........: free (vg_replace_malloc.c:...)
badfree3.stderr.exp 1 Invalid free() / delete / delete[] / realloc()
2 at 0x........: free (coregrind/vg_replace_malloc.c:...)
4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
6 Invalid free() / delete / delete[] / realloc()
7 at 0x........: free (coregrind/vg_replace_malloc.c:...)
malloc_free_fill.stderr.exp 1 test simple malloc/free:
3 PASSED: free-filled
7 PASSED: free-filled
12 PASSED: free-filled
xml1.c 23 // invalid free, the second time
24 free(a);
25 free(a);
28 free(return_arg(&n));
63 * warning: attempt to free a non-heap object
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
del.cc 3 extern "C" void free (void *);
9 free (ptr);
16 free (ptr);
  /external/elfutils/libdw/
frame-cache.c 5 This file is free software; you can redistribute it and/or modify
8 * the GNU Lesser General Public License as published by the Free
14 * the GNU General Public License as published by the Free
44 free ((Dwarf_Frame *) cie->initial_state);
45 free (cie);
48 #define free_fde free
55 free (loc->loc);
56 free (loc);
  /external/llvm/lib/Support/
regfree.c 47 - llvm_regfree - free everything
64 free((char *)g->strip);
66 free((char *)g->sets);
68 free((char *)g->setbits);
70 free(g->must);
71 free((char *)g);
  /external/swiftshader/third_party/LLVM/lib/Support/
regfree.c 47 - llvm_regfree - free everything
64 free((char *)g->strip);
66 free((char *)g->sets);
68 free((char *)g->setbits);
70 free(g->must);
71 free((char *)g);
  /external/elfutils/libdwfl/
dwfl_end.c 5 This file is free software; you can redistribute it and/or modify
8 * the GNU Lesser General Public License as published by the Free
14 * the GNU General Public License as published by the Free
41 free (dwfl->lookup_addr);
42 free (dwfl->lookup_module);
43 free (dwfl->lookup_segndx);
55 free (dwfl->user_core->executable_for_core);
59 free (dwfl->user_core);
61 free (dwfl);
  /external/clang/test/Analysis/
undef-buffers.c 4 void free(void *);
33 free(buf);
41 free(buf);
malloc-sizeof.cpp 8 void free(void *ptr);
16 free(a);
23 free(x);
24 free(y);
  /external/compiler-rt/test/asan/TestCases/Windows/
allocators_sanity.cc 10 free(p);
15 free(p);
23 free(p);
dll_allocators_sanity.cc 12 free(p);
17 free(p);
25 free(p);
on_error_callback.cc 17 free(x);
use_after_realloc.cc 10 // The 'stale' may now point to a free'd memory.
12 // CHECK: AddressSanitizer: heap-use-after-free on address [[ADDR:0x[0-9a-f]+]]
22 free(buffer);
  /external/compiler-rt/test/asan/TestCases/
invalid-pointer-pairs.cc 6 // RUN: %env_asan_opts=detect_invalid_pointer_pairs=1 not %run %t f 2>&1 | FileCheck %s -check-prefix=FREE -check-prefix=ALL-ERRORS
28 free(p);
29 // FREE: #{{[0-9]+ .*}} in f({{char, char\*, char\*|char,char \*,char \*}}) {{.*}}invalid-pointer-pairs.cc:[[@LINE+2]]:14
30 // FREE: freed by thread
42 free(p);
43 free(q);
  /external/compiler-rt/test/scudo/
overflow.cpp 20 free(p);
26 free(p);
32 free(p);
double-free.cpp 7 // Tests double-free error on pointers allocated with different allocation
21 free(p);
22 free(p);
43 free(p);
44 free(p);
  /external/bison/lib/
spawn_faction_destroy.c 1 /* Copyright (C) 2000, 2009-2012 Free Software Foundation, Inc.
4 This program is free software: you can redistribute it and/or modify
6 the Free Software Foundation; either version 3 of the License, or
28 /* Free the memory allocated. */
29 free (file_actions->_actions);
  /external/compiler-rt/test/msan/
use-after-free.cc 23 free(p);
28 // CHECK: {{#0 0x.* in main .*use-after-free.cc:}}[[@LINE-3]]
31 // CHECK-ORIGINS: {{#0 0x.* in .*free}}
32 // CHECK-ORIGINS: {{#1 0x.* in main .*use-after-free.cc:}}[[@LINE-9]]
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
aligned_alloc.c 6 free((void*)p);
  /external/libmicrohttpd/src/microspdy/
alstructures.c 5 This program is free software: you can redistribute it and/or modify
7 the Free Software Foundation, either version 3 of the License, or
38 //headers, so no need to free them twice
40 free(request);
  /external/libunwind/src/coredump/
_UPT_put_unwind_info.c 7 Permission is hereby granted, free of charge, to any person obtaining
34 free (pi->unwind_info);

Completed in 214 milliseconds

1 23 4 5 6 7 8 91011>>