/external/llvm-project/clang/test/Analysis/ |
D | MismatchedDeallocator-checker-test.mm | 24 …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 …]
|
D | DeallocUseAfterFreeErrors.m | 39 …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 …]
|
D | mig.mm | 80 …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 …]
|
D | NewDelete-intersections.mm | 50 …// 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/ |
D | MismatchedDeallocator-checker-test.mm | 23 …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 …]
|
D | DeallocUseAfterFreeErrors.m | 39 …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/ |
D | AbstractStream.java | 133 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/ |
D | log_memory.proto | 34 // 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
|
D | step_stats.proto | 27 // The bytes that are not deallocated.
|
/external/llvm-project/llvm/docs/ |
D | GwpAsan.rst | 99 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/ |
D | MismatchedDeallocator-path-notes.cpp.plist | 264 …<string>Memory allocated by 'new[]' should be deallocated by 'delete[]', not &… 266 …<string>Memory allocated by 'new[]' should be deallocated by 'delete[]', not &… 269 …<key>description</key><string>Memory allocated by 'new[]' should be deallocated by &apos…
|
/external/python/cpython3/Doc/c-api/ |
D | bytes.rst | 147 ``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,
|
D | refcounting.rst | 36 when a class instance with a :meth:`__del__` method is deallocated). While
|
/external/libaom/libaom/third_party/fastfeat/ |
D | README.libaom | 28 with the number of corners returned. The data can be deallocated with free().
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_flags.inc | 51 "Value used to fill deallocated memory.")
|
/external/llvm-project/clang/docs/ |
D | ConstantInterpreter.rst | 139 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/ |
D | GRXWriteable.m | 34 // executed recursively. Because blocks can be deallocated even during execution, we have to
|
/external/python/cpython2/Doc/c-api/ |
D | refcounting.rst | 36 when a class instance with a :meth:`__del__` method is deallocated). While
|
D | string.rst | 176 ``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/ |
D | libblkid.txt | 63 and deallocated. To initialize the blkid cache, blkid_get_cache()
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | ghost-sdnode-dbgvalues.ll | 21 ; This map was never purged when the SDNodes were deallocated and thus if a new
|
/external/llvm/test/DebugInfo/X86/ |
D | ghost-sdnode-dbgvalues.ll | 22 ; This map was never purged when the SDNodes were deallocated and thus if a new
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_buffer_pool.mm | 142 // If we reach this point, it means there was no buffer deallocated inside
|
/external/llvm-project/lldb/bindings/python/ |
D | python-wrapper.swig | 216 // 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/ |
D | smart_ptrs.rst | 38 is deallocated when Python's reference count goes to zero.
|