Searched refs:dealloc (Results 26 - 50 of 161) sorted by relevance

1234567

/external/libcxxabi/include/
H A Dcxxabi.h102 void (*dealloc)(void*) );
110 void (*dealloc)(void*, size_t) );
141 void (*dealloc)(void*) );
148 void (*dealloc) (void*, size_t));
/external/valgrind/main/drd/
H A Ddrd_malloc_wrappers.h40 Bool DRD_(freelike_block)(const ThreadId tid, const Addr p, const Bool dealloc);
/external/chromium_org/third_party/libjingle/overrides/
H A Dinitialize_module.cc65 DellocateFunction dealloc,
77 g_dealloc = dealloc;
62 InitializeModule(const CommandLine& command_line, AllocateFunction alloc, DellocateFunction dealloc, FieldTrialFindFullName field_trial_find, logging::LogMessageHandlerFunction log_handler, webrtc::GetCategoryEnabledPtr trace_get_category_enabled, webrtc::AddTraceEventPtr trace_add_trace_event, CreateWebRtcMediaEngineFunction* create_media_engine, DestroyWebRtcMediaEngineFunction* destroy_media_engine, InitDiagnosticLoggingDelegateFunctionFunction* init_diagnostic_logging) argument
H A Dinit_webrtc.h51 DellocateFunction dealloc,
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
H A DTreeRewriteParser.m99 - (void) dealloc
102 [super dealloc];
132 - (void) dealloc
135 [super dealloc];
177 - (void) dealloc
181 [super dealloc];
H A DTreeRewriteLexer.m85 - (void) dealloc
87 [super dealloc];
/external/valgrind/main/coregrind/
H A Dm_sparsewa.c84 void (*dealloc)(void*); member in struct:_SparseWA
236 void(*dealloc)(void*) )
241 vg_assert(dealloc);
246 swa->dealloc = dealloc;
252 static void swa_deleteSWA_wrk ( void(*dealloc)(void*), void* nd )
260 swa_deleteSWA_wrk( dealloc, levelN->child[i] );
266 dealloc(nd);
271 swa_deleteSWA_wrk( swa->dealloc, swa->root );
272 swa->dealloc(sw
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRHashRule.h54 - (void)dealloc;
H A DANTLRUniqueIDMap.h52 - (void)dealloc;
H A DANTLRLinkBase.h39 - (void) dealloc;
63 - (void)dealloc;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRHashRule.h54 - (void)dealloc;
H A DANTLRUniqueIDMap.h52 - (void)dealloc;
H A DANTLRLinkBase.h39 - (void) dealloc;
63 - (void)dealloc;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRHashRule.h54 - (void)dealloc;
H A DANTLRUniqueIDMap.h52 - (void)dealloc;
H A DANTLRLinkBase.h39 - (void) dealloc;
63 - (void)dealloc;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTreePatternParser.h54 - (void) dealloc;
H A DANTLRUniqueIDMap.h52 - (void)dealloc;
H A DArrayIterator.h72 - (void) dealloc;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
H A DCombinedParser.m105 - (void) dealloc
107 [super dealloc];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
H A DTestLexer.m55 - (void) dealloc
57 [super dealloc];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
H A DTestlexer.m75 - (void) dealloc
77 [super dealloc];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangParser.m74 - (void) dealloc
77 [super dealloc];
114 - (void) dealloc
117 [super dealloc];
154 - (void) dealloc
157 [super dealloc];
220 - (void) dealloc
222 /* AST genericParser.dealloc */
225 [super dealloc];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteLexer.m55 - (void) dealloc
57 [super dealloc];
/external/valgrind/main/include/
H A Dpub_tool_sparsewa.h56 void(*dealloc)(void*) );

Completed in 569 milliseconds

1234567