Home
last modified time | relevance | path

Searched refs:deallocated (Results 1 – 25 of 90) sorted by relevance

1234

/external/llvm-project/clang/test/Analysis/
DMismatchedDeallocator-checker-test.mm24 …delete p; // expected-warning{{Memory allocated by malloc() should be deallocated by free(), not '…
30 …delete q; // expected-warning{{Memory allocated by realloc() should be deallocated by free(), not …
35 …delete p; // expected-warning{{Memory allocated by calloc() should be deallocated by free(), not '…
40 …delete p; // expected-warning{{Memory allocated by strdup() should be deallocated by free(), not '…
45 …delete p; // expected-warning{{Memory allocated by my_malloc() should be deallocated by free(), no…
50 …operator delete(p); // expected-warning{{Memory allocated by malloc() should be deallocated by fre…
55 …delete[] p; // expected-warning{{Memory allocated by malloc() should be deallocated by free(), not…
60 …operator delete[](p); // expected-warning{{Memory allocated by malloc() should be deallocated by f…
65 delete p; // expected-warning{{Memory allocated by alloca() should not be deallocated}}
71 …free(p); // expected-warning{{Memory allocated by 'new' should be deallocated by 'delete', not fre…
[all …]
DDeallocUseAfterFreeErrors.m39 …elease]; // expected-warning {{Use of instance variable '_ivar' after 'self' has been deallocated}}
40 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
59 …nil; // expected-warning {{Use of instance variable '_delegate' after 'self' has been deallocated}}
60 // expected-note@-1 {{Use of instance variable '_delegate' after 'self' has been deallocated}}
77 _s.f = 7; // expected-warning {{Use of instance variable '_s' after 'self' has been deallocated}}
78 // expected-note@-1 {{Use of instance variable '_s' after 'self' has been deallocated}}
96 …var = 7; // expected-warning {{Use of instance variable '_ivar' after 'self' has been deallocated}}
97 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
109 …r = nil; // expected-warning {{Use of instance variable '_ivar' after 'self' has been deallocated}}
110 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
[all …]
Dmig.mm80 …e(port, address, size); // expected-note{{Value passed through parameter 'address' is deallocated}}
110 …ocate(port, addr1, size); // expected-note{{Value passed through parameter 'addr1' is deallocated}}
111 …ocate(port, addr2, size); // expected-note{{Value passed through parameter 'addr2' is deallocated}}
133 …e(port, address, size); // expected-note{{Value passed through parameter 'address' is deallocated}}
158 …e(port, address, size); // expected-note{{Value passed through parameter 'address' is deallocated}}
168 …e(port, address, size); // expected-note{{Value passed through parameter 'address' is deallocated}}
195 …e(port, address, size); // expected-note{{Value passed through parameter 'address' is deallocated}}
203 …t_deallocate(space, port); // expected-note{{Value passed through parameter 'port' is deallocated}}
210 …llocate(address, size); // expected-note{{Value passed through parameter 'address' is deallocated}}
217 ipc_port_release(port); // expected-note{{Value passed through parameter 'port' is deallocated}}
[all …]
DNewDelete-intersections.mm50 …// mismatch-warning@-1{{Memory allocated by malloc() should be deallocated by free(), not 'delete'…
65 …// mismatch-warning@-1{{Memory allocated by operator new should be deallocated by 'delete', not fr…
71 // mismatch-warning@-1{{Memory allocated by 'new' should be deallocated by 'delete', not free()}}
/external/clang/test/Analysis/
DMismatchedDeallocator-checker-test.mm23 …delete p; // expected-warning{{Memory allocated by malloc() should be deallocated by free(), not '…
29 …delete q; // expected-warning{{Memory allocated by realloc() should be deallocated by free(), not …
34 …delete p; // expected-warning{{Memory allocated by calloc() should be deallocated by free(), not '…
39 …delete p; // expected-warning{{Memory allocated by strdup() should be deallocated by free(), not '…
44 …delete p; // expected-warning{{Memory allocated by my_malloc() should be deallocated by free(), no…
49 …operator delete(p); // expected-warning{{Memory allocated by malloc() should be deallocated by fre…
54 …delete[] p; // expected-warning{{Memory allocated by malloc() should be deallocated by free(), not…
59 …operator delete[](p); // expected-warning{{Memory allocated by malloc() should be deallocated by f…
64 delete p; // expected-warning{{Memory allocated by alloca() should not be deallocated}}
70 …free(p); // expected-warning{{Memory allocated by 'new' should be deallocated by 'delete', not fre…
[all …]
DDeallocUseAfterFreeErrors.m39 …elease]; // expected-warning {{Use of instance variable '_ivar' after 'self' has been deallocated}}
40 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
59 …nil; // expected-warning {{Use of instance variable '_delegate' after 'self' has been deallocated}}
60 // expected-note@-1 {{Use of instance variable '_delegate' after 'self' has been deallocated}}
77 _s.f = 7; // expected-warning {{Use of instance variable '_s' after 'self' has been deallocated}}
78 // expected-note@-1 {{Use of instance variable '_s' after 'self' has been deallocated}}
96 …var = 7; // expected-warning {{Use of instance variable '_ivar' after 'self' has been deallocated}}
97 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
109 …r = nil; // expected-warning {{Use of instance variable '_ivar' after 'self' has been deallocated}}
110 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
[all …]
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DAbstractStream.java133 private boolean deallocated; field in AbstractStream.TransportState
221 return allocated && numSentBytesQueued < DEFAULT_ONREADY_THRESHOLD && !deallocated; in isReady()
249 deallocated = true; in onStreamDeallocated()
/external/tensorflow/tensorflow/core/framework/
Dlog_memory.proto34 // Id of the tensor buffer being deallocated, used to match to a
85 // Id of the tensor buffer being deallocated, used to match to a
Dstep_stats.proto27 // The bytes that are not deallocated.
/external/llvm-project/llvm/docs/
DGwpAsan.rst99 metadata about where (and by what thread) it was allocated and deallocated, we
109 sampled allocation is deallocated, we map its guarded slot as inaccessible. Any
114 transient. To keep memory overhead fixed while still detecting bugs, deallocated
232 | 0x7feccab26000 was deallocated by thread 31027 here:
267 | 0x7feccab26000 was deallocated by thread 31027 here:
/external/llvm-project/clang/test/Analysis/copypaste/Inputs/expected-plists/
DMismatchedDeallocator-path-notes.cpp.plist264 …<string>Memory allocated by &apos;new[]&apos; should be deallocated by &apos;delete[]&apos;, not &…
266 …<string>Memory allocated by &apos;new[]&apos; should be deallocated by &apos;delete[]&apos;, not &…
269 …<key>description</key><string>Memory allocated by &apos;new[]&apos; should be deallocated by &apos…
/external/python/cpython3/Doc/c-api/
Dbytes.rst147 ``PyBytes_FromStringAndSize(NULL, size)``. It must not be deallocated. If
169 ``PyBytes_FromStringAndSize(NULL, size)``. It must not be deallocated. If
203 reallocation fails, the original bytes object at *\*bytes* is deallocated,
Drefcounting.rst36 when a class instance with a :meth:`__del__` method is deallocated). While
/external/libaom/libaom/third_party/fastfeat/
DREADME.libaom28 with the number of corners returned. The data can be deallocated with free().
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_flags.inc51 "Value used to fill deallocated memory.")
/external/llvm-project/clang/docs/
DConstantInterpreter.rst139 Static blocks are never deallocated, but local ones might be deallocated
147 pointer goes out of scope, dead blocks are also deallocated.
178 fully initialised. When all fields are initialised, the map is deallocated
/external/grpc-grpc/src/objective-c/RxLibrary/
DGRXWriteable.m34 // executed recursively. Because blocks can be deallocated even during execution, we have to
/external/python/cpython2/Doc/c-api/
Drefcounting.rst36 when a class instance with a :meth:`__del__` method is deallocated). While
Dstring.rst176 ``PyString_FromStringAndSize(NULL, size)``. It must not be deallocated. If
200 ``PyString_FromStringAndSize(NULL, size)``. It must not be deallocated. If
234 fails, the original string object at *\*string* is deallocated, *\*string* is
/external/e2fsprogs/doc/
Dlibblkid.txt63 and deallocated. To initialize the blkid cache, blkid_get_cache()
/external/llvm-project/llvm/test/DebugInfo/X86/
Dghost-sdnode-dbgvalues.ll21 ; This map was never purged when the SDNodes were deallocated and thus if a new
/external/llvm/test/DebugInfo/X86/
Dghost-sdnode-dbgvalues.ll22 ; This map was never purged when the SDNodes were deallocated and thus if a new
/external/angle/src/libANGLE/renderer/metal/
Dmtl_buffer_pool.mm142 // If we reach this point, it means there was no buffer deallocated inside
/external/llvm-project/lldb/bindings/python/
Dpython-wrapper.swig216 // I do not want the SBValue to be deallocated when going out of scope because python
286 // I do not want the SBThreadPlan to be deallocated when going out of scope
897 // I do not want the SBProcess to be deallocated when going out of scope because python
/external/python/pybind11/docs/advanced/
Dsmart_ptrs.rst38 is deallocated when Python's reference count goes to zero.

1234