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

123456

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTreeRuleReturnScope.h46 - (void) dealloc;
H A DANTLRTreeVisitor.h43 - (void) dealloc;
H A DANTLRBaseStack.h54 - (void)dealloc;
H A DANTLRPtrStack.h31 - (void)dealloc;
H A DANTLRRuleStack.h49 -(void)dealloc;
H A DANTLRSymbolStack.h60 -(void)dealloc;
/external/bluetooth/bluedroid/hci/src/
H A Dbt_hw.c135 ** Function dealloc
144 static void dealloc(void *p_buf) function
149 bt_hc_cbacks->dealloc((TRANSAC) p_buf, (char *) (p_hdr+1));
193 dealloc,
/external/valgrind/main/massif/tests/
H A Dpeak2.stderr.exp27 Massif: dealloc S. 4 (t:2016, hp:1600, ex:128, st:0)
31 Massif: dealloc S. 8 (t:4032, hp:3200, ex:256, st:0)
35 Massif: dealloc S. 12 (t:6048, hp:4800, ex:384, st:0)
39 Massif: dealloc S. 16 (t:8064, hp:6400, ex:512, st:0)
43 Massif: dealloc S. 20 (t:10080, hp:8000, ex:640, st:0)
47 Massif: dealloc S. 24 (t:12096, hp:9600, ex:768, st:0)
51 Massif: dealloc S. 28 (t:14112, hp:11200, ex:896, st:0)
55 Massif: dealloc S. 32 (t:16128, hp:12800, ex:1024, st:0)
59 Massif: dealloc S. 36 (t:18144, hp:14400, ex:1152, st:0)
63 Massif: dealloc
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRBaseStack.h54 - (void)dealloc;
H A DANTLRIntArray.h45 - (void) dealloc;
H A DANTLRRuleStack.h49 -(void)dealloc;
H A DANTLRSymbolStack.h60 -(void)dealloc;
H A DANTLRHashRule.h54 - (void)dealloc;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBaseStack.h54 - (void)dealloc;
H A DANTLRIntArray.h45 - (void) dealloc;
H A DANTLRRuleStack.h49 -(void)dealloc;
H A DANTLRSymbolStack.h60 -(void)dealloc;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRBaseStack.h54 - (void)dealloc;
H A DANTLRIntArray.h45 - (void) dealloc;
H A DANTLRRuleStack.h49 -(void)dealloc;
H A DANTLRSymbolStack.h60 -(void)dealloc;
/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.cc49 DellocateFunction dealloc,
58 g_dealloc = dealloc;
46 InitializeModule(const CommandLine& command_line, AllocateFunction alloc, DellocateFunction dealloc, logging::LogMessageHandlerFunction log_handler, webrtc::GetCategoryEnabledPtr trace_get_category_enabled, webrtc::AddTraceEventPtr trace_add_trace_event, CreateWebRtcMediaEngineFunction* create_media_engine, DestroyWebRtcMediaEngineFunction* destroy_media_engine) argument
/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];
/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...]

Completed in 295 milliseconds

123456