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

1 2 3 4 5 6 78 91011>>

  /external/compiler-rt/test/asan/TestCases/Linux/
stack-trace-dlclose.cc 36 free(p);
37 free(p); // double-free
  /external/compiler-rt/test/asan/TestCases/
strcasestr_strict.c 25 free(s1);
26 free(s2);
strcmp_strict.c 23 free(s1);
24 free(s2);
strcspn_strict.c 23 free(s1);
24 free(s2);
strpbrk_strict.c 22 free(s1);
23 free(s2);
strspn_strict.c 22 free(s1);
23 free(s2);
strstr_strict.c 22 free(s1);
23 free(s2);
  /external/compiler-rt/test/scudo/
preinit.cpp 21 free(global_p);
29 free(p);
  /external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/
sized_delete_array_calls_unsized_delete_array.pass.cpp 29 std::free(p);
35 std::free(p);
  /external/libmojo/mojo/public/cpp/test_support/lib/
test_support.cc 19 free(*ptr);
21 free(names);
  /external/openssh/
auth2-kbdint.c 60 free(devs);
61 free(lang);
  /external/syslinux/core/thread/
exit_thread.c 17 /* Free allocated stacks (note: free(NULL) is permitted and safe). */
18 free(curr->stack);
19 free(curr->rmstack);
  /external/valgrind/drd/tests/
memory_allocation.c 2 * @brief Repeatedly allocate and free memory. Tests whether drd really frees
16 free(malloc(40960));
31 free(p);
  /external/valgrind/memcheck/tests/
memalign_test.c 23 free(a[i]);
25 free(a[9]);
memalign_test.stderr.exp 1 Invalid free() / delete / delete[] / realloc()
2 at 0x........: free (vg_replace_malloc.c:...)
4 Address 0x........ is 0 bytes inside a block of size 111,110 free'd
5 at 0x........: free (vg_replace_malloc.c:...)
noisy_child.c 9 /* Free it a second time */
10 free(p);
24 free(p);
suppfree.c 6 free(x);
7 free(x);
  /external/valgrind/memcheck/tests/solaris/
execx.stderr.exp 3 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
RtpReceiver.java 53 free(nativeRtpReceiver);
62 private static native void free(long nativeRtpReceiver); method in class:RtpReceiver
VideoCapturer.java 63 free(nativeVideoCapturer);
69 private static native void free(long nativeVideoCapturer); method in class:VideoCapturer
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.dynamic/new.delete/new.delete.array/
sized_delete_array_calls_unsized_delete_array.pass.cpp 27 std::free(p);
33 std::free(p);
  /toolchain/binutils/binutils-2.25/libiberty/
spaces.c 2 Copyright (C) 1991 Free Software Foundation, Inc.
5 Libiberty is free software; you can redistribute it and/or
7 License as published by the Free Software Foundation; either
17 not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
44 extern void free (PTR);
56 free (buf);
  /external/clang/test/Analysis/
Malloc+MismatchedDeallocator+NewDelete.cpp 11 free(p);
12 free(p); // expected-warning{{Attempt to free released memory}}
21 free(p);
27 free(&i); // expected-warning{{Argument to free() is the address of the local variable 'i', which is not memory allocated by malloc()}}
32 free(++p); // expected-warning{{Argument to free() is offset by 4 bytes from the start of memory allocated by malloc()}}
40 delete x; // expected-warning{{Memory allocated by malloc() should be deallocated by free(), not 'delete'}}
49 delete p; // expected-warning{{Attempt to free released memory}
    [all...]
  /external/libmicrohttpd/src/microhttpd/
basicauth.c 5 This library is free software; you can redistribute it and/or
7 License as published by the Free Software Foundation; either
16 License along with this library; if not, write to the Free Software
75 free (decode);
80 free (decode);
93 free (decode);
94 free (user);
98 free (decode);
140 free(header);
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
queue.c 76 free(item->data.dat);
77 free(item);
102 free(item->data.dat);
103 free(item);
113 free(item->data.dat);
114 free(item);

Completed in 241 milliseconds

1 2 3 4 5 6 78 91011>>