Searched refs:dealloc (Results 126 - 144 of 144) sorted by relevance

123456

/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h58 - (void)dealloc;
/external/clang/test/SemaCXX/
H A Dnew-delete.cpp378 T::dealloc(p);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DObjC.stg350 - (void) dealloc
353 <actions.lexer.dealloc>
354 [super dealloc];
731 - (void) dealloc
735 <actions.(actionScope).dealloc>
736 <@dealloc()>
737 [super dealloc];
1574 - (void) dealloc
1577 [super dealloc];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
H A DFuzzy.m280 - (void) dealloc
283 [super dealloc];
344 - (void) dealloc
347 [super dealloc];
/external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
H A DAPPRTCAppClient.m63 - (void)dealloc {
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.cc125 HeapProfileTable::HeapProfileTable(Allocator alloc, DeAllocator dealloc) argument
126 : alloc_(alloc), dealloc_(dealloc) {
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_int.h268 BOOLEAN dealloc; /* TRUE if service shutting down */ member in struct:__anon419
H A Dbta_ag_sdp.c268 if (p->in_use && p->dealloc == FALSE)
/external/chromium_org/third_party/libxml/src/
H A Dcatalog.c139 int dealloc; member in struct:_xmlCatalogEntry
307 ret->dealloc = 0;
330 if (ret->dealloc == 1)
388 children->dealloc = 0;
393 catal->dealloc = 0;
1438 catal->dealloc = 0;
1464 doc->dealloc = 1;
/external/libxml2/
H A Dcatalog.c139 int dealloc; member in struct:_xmlCatalogEntry
307 ret->dealloc = 0;
330 if (ret->dealloc == 1)
388 children->dealloc = 0;
393 catal->dealloc = 0;
1435 catal->dealloc = 0;
1461 doc->dealloc = 1;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
H A DFuzzy.m73 - (void) dealloc
75 [super dealloc];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCTP.m261 - (void) dealloc
264 [super dealloc];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCTP.m263 - (void) dealloc
266 [super dealloc];
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.cc576 HeapProfileTable::DeAllocator dealloc)
580 dealloc_(dealloc),
573 DeepBucketTable( int table_size, HeapProfileTable::Allocator alloc, HeapProfileTable::DeAllocator dealloc) argument
H A Dheap-profile-table.cc128 DeAllocator dealloc,
131 dealloc_(dealloc),
127 HeapProfileTable(Allocator alloc, DeAllocator dealloc, bool profile_mmap) argument
/external/eigen/Eigen/src/Core/util/
H A DMemory.h517 * Finally, if \a dealloc is true, then the pointer \a ptr is freed.
519 aligned_stack_memory_handler(T* ptr, size_t size, bool dealloc) argument
520 : m_ptr(ptr), m_size(size), m_deallocate(dealloc)
/external/valgrind/main/helgrind/tests/
H A Dtc20_verifywrap.stderr.exp230 ------------ dealloc of mem holding locks ------------
/external/zlib/src/as400/
H A Dzlib.inc102 D zs_free * procptr Int. state dealloc.
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp163 ErrorDeallocNotOwned, // -dealloc called on non-owned object.
164 ErrorDeallocGC, // Calling -dealloc with GC enabled.
301 Out << "-dealloc (GC)";
305 Out << "-dealloc (not-owned)";
1553 // Create the -dealloc summary.
1555 addNSObjectMethSummary(GetNullarySelector("dealloc", Ctx), Summ);
1647 : CFRefBug("-dealloc called while using garbage collection") {}
1650 return "-dealloc called while using garbage collection";
1657 : CFRefBug("-dealloc sent to non-exclusively owned object") {}
1660 return "-dealloc sen
[all...]

Completed in 639 milliseconds

123456