Searched refs:deallocated (Results 1 – 19 of 19) 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 | 18622 // CHECK-NEXT: <string>Memory allocated by 'new[]' should be deallocated by 'de… 18624 // CHECK-NEXT: <string>Memory allocated by 'new[]' should be deallocated by 'de… 18627 …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/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/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/lldb/scripts/Python/ |
D | python-wrapper.swig | 389 // I do not want the SBValue to be deallocated when going out of scope because python 682 // I do not want the SBProcess to be deallocated when going out of scope because python
|
/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 | 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
|
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
|
/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 | 614 "thread.allocated" and "thread.deallocated" mallctls.
|
/external/lldb/docs/ |
D | lldb-gdb-remote.txt | 649 if the memory was successfully deallocated, or "EXX" for an error, or "" if
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 1797 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/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
|