Searched refs:deallocated (Results 1 – 22 of 22) sorted by relevance
/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 | edges-new.mm | 18716 // CHECK-NEXT: <string>Memory allocated by 'new[]' should be deallocated by 'de… 18718 // CHECK-NEXT: <string>Memory allocated by 'new[]' should be deallocated by 'de… 18721 …scription</key><string>Memory allocated by 'new[]' should be deallocated by 'delete…
|
D | retain-release.m | 659 // foo is not leaked, since it has been deallocated. 667 // NSInternalInconsistencyException: message sent to deallocated object 1024 CFRelease(x); // the dictionary keeps a reference, so the object isn't deallocated yet
|
/external/opencv3/doc/tutorials/core/ |
D | mat_operations.markdown | 86 the same data. A Mat keeps a reference count that tells if data has to be deallocated when a 106 data is deallocated (and lost) and a new data is allocated. For example:
|
/external/libnfc-nci/src/nfa/include/ |
D | nfa_hci_api.h | 253 tNFA_HCI_DEALLOCATE_GATE deallocated; /* NFA_HCI_DEALLOCATE_GATE_EVT */ member
|
/external/libnfc-nci/src/nfa/hci/ |
D | nfa_hci_act.c | 543 evt_data.deallocated.gate = gate_id;; in nfa_hci_api_dealloc_gate() 549 evt_data.deallocated.status = NFA_STATUS_UNKNOWN_GID; in nfa_hci_api_dealloc_gate() 553 evt_data.deallocated.status = NFA_STATUS_FAILED; in nfa_hci_api_dealloc_gate() 563 evt_data.deallocated.status = NFA_STATUS_OK; in nfa_hci_api_dealloc_gate() 572 evt_data.deallocated.status = NFA_STATUS_FAILED; in nfa_hci_api_dealloc_gate()
|
/external/e2fsprogs/doc/ |
D | libblkid.txt | 63 and deallocated. To initialize the blkid cache, blkid_get_cache()
|
/external/opencv3/modules/core/doc/ |
D | intro.markdown | 71 The buffer is deallocated if and only if the reference counter reaches zero, that is, when no other 99 // matrix will be deallocated, since it is not referenced by anyone 299 automatically deallocated in case of a sudden error. You only need to add a try statement to catch
|
/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/clang/docs/ |
D | AutomaticReferenceCounting.rst | 965 as long as the underlying memory is not deallocated. The conversion to 1364 operations in ways which might cause an object to be deallocated 1413 ARC may not allow a retainable object ``X`` to be deallocated at a 1496 has been deallocated by the time of an observable side-effect, then 1497 ARC must cause ``X`` to be deallocated by no later than the occurrence 1622 object but before it is deallocated or any of its instance variables are 1634 object may have been pool-allocated and should not be deallocated with 1706 dangerous, to cause an object to be deallocated during a message send to that 1719 possible in theory to cause an object to be deallocated during its execution 2110 into ``object`` has not yet been deallocated or begun deallocation, retains and [all …]
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m.result | 706 // foo is not leaked, since it has been deallocated. 714 // NSInternalInconsistencyException: message sent to deallocated object 1071 CFRelease(x); // the dictionary keeps a reference, so the object isn't deallocated yet
|
D | objcmt-arc-cf-annotations.m | 664 // foo is not leaked, since it has been deallocated. 672 // NSInternalInconsistencyException: message sent to deallocated object 1029 CFRelease(x); // the dictionary keeps a reference, so the object isn't deallocated yet
|
/external/mesa3d/src/egl/docs/ |
D | EGL_MESA_screen_surface | 189 be deallocated before a new one can be created. Perhaps a resize
|
/external/libunwind/doc/ |
D | libunwind-dynamic.tex | 65 deallocated portion of the stack frame become invalid and hence
|
/external/jemalloc/ |
D | ChangeLog | 782 "thread.allocated" and "thread.deallocated" mallctls.
|
/external/ImageMagick/Magick++/ |
D | ChangeLog | 1197 explicitly deallocated at program exit to avoid the appearance of
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog.20 | 867 objects were not deallocated when the objects were parsed the
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 1805 and it should not be dynamically allocated or deallocated using ``operator new``
|
/external/e2fsprogs/debian/ |
D | changelog | 517 extent, and removing it leads to a block needing to be deallocated.
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 3069 to keep tuple from being deallocated instead of the global var hack 3071 Use Py_INCREF to keep tuple from being deallocated instead of the 3074 Use Py_INCREF to keep tuple from being deallocated instead of the
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 1002 extent, and removing it leads to a block needing to be deallocated. 5658 when inodes or blocks are allocated or deallocated.
|
/external/libxml2/ |
D | ChangeLog | 13334 xmlParseElement was likely to have been deallocated at the 19167 not deallocated memory blocks
|