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

1 2 3 4 5 6 78 91011>>

  /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);
fprw.stderr.exp 9 Address 0x........ is 0 bytes inside a block of size 8 free'd
10 at 0x........: free (vg_replace_malloc.c:...)
15 Address 0x........ is 0 bytes inside a block of size 8 free'd
16 at 0x........: free (vg_replace_malloc.c:...)
21 Address 0x........ is 0 bytes inside a block of size 4 free'd
22 at 0x........: free (vg_replace_malloc.c:...)
27 Address 0x........ is 0 bytes inside a block of size 4 free'd
28 at 0x........: free (vg_replace_malloc.c:...)
31 Invalid free() / delete / delete[] / realloc()
32 at 0x........: free (vg_replace_malloc.c:...
    [all...]
  /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);
  /system/vold/
Devmapper.cpp 53 free(buffer);
60 free(buffer);
61 free(buffer2);
70 free(buffer);
71 free(buffer2);
78 free(buffer);
79 free(buffer2);
107 free(tmp);
111 free(buffer);
112 free(buffer2)
    [all...]
  /external/selinux/libsemanage/src/
database_activedb.c 61 rtable->free(records[i]);
64 free(records);
70 rtable->free(records[i]);
72 free(records);
100 rtable->free(records[i]);
101 free(records);
107 rtable->free(records[i]);
108 free(records);
134 free(tmp_dbase);
143 free(dbase)
    [all...]
  /external/skia/tests/
VkHeapTests.cpp 27 // test full allocation and free
32 heap.free(alloc0);
40 // free lone block
41 heap.free(alloc1);
43 // allocate into smallest free block
46 // allocate into exact size free block
49 // free lone block
50 heap.free(alloc2);
52 // free and merge with preceding block and following
53 heap.free(alloc3)
    [all...]
  /external/selinux/checkpolicy/
policy_define.c 23 * This program is free software; you can redistribute it and/or modify
25 * the Free Software Foundation, version 2.
133 free(newid);
158 free(id);
200 free(id);
202 free(datum);
245 free(type);
256 free(id);
279 free(id);
283 free(id)
    [all...]
  /external/libmicrohttpd/src/examples/
mhd2spdy_structures.c 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
32 free(uri->full_uri);
33 free(uri->scheme);
34 free(uri->host_and_port);
35 free(uri->host);
36 free(uri->path);
37 free(uri->path_and_more);
38 free(uri->query);
39 free(uri->fragment)
    [all...]
  /external/libvncserver/libvncclient/
cursor.c 4 * This is free software; you can redistribute it and/or modify
6 * the Free Software Foundation; either version 2 of the License, or
15 * along with this software; if not, write to the Free Software
65 free(client->rcSource);
73 free(client->rcSource);
83 free(client->rcSource);
85 free(buf);
93 free(client->rcSource);
95 free(buf);
133 free(client->rcSource)
    [all...]

Completed in 379 milliseconds

1 2 3 4 5 6 78 91011>>