Searched refs:dealloc (Results 51 - 75 of 161) sorted by last modified time

1234567

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Daddressmap-inl.h112 AddressMap(Allocator alloc, DeAllocator dealloc);
270 AddressMap<Value>::AddressMap(Allocator alloc, DeAllocator dealloc) argument
273 dealloc_(dealloc),
H A Ddeep-heap-profile.cc604 HeapProfileTable::DeAllocator dealloc)
608 dealloc_(dealloc),
601 DeepBucketTable( int table_size, HeapProfileTable::Allocator alloc, HeapProfileTable::DeAllocator dealloc) argument
H A Ddeep-heap-profile.h260 HeapProfileTable::DeAllocator dealloc);
H A Dheap-profile-table.cc131 DeAllocator dealloc,
134 dealloc_(dealloc),
130 HeapProfileTable(Allocator alloc, DeAllocator dealloc, bool profile_mmap) argument
H A Dheap-profile-table.h100 HeapProfileTable(Allocator alloc, DeAllocator dealloc, bool profile_mmap);
504 Snapshot(Allocator alloc, DeAllocator dealloc) : map_(alloc, dealloc) { argument
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Daddressmap-inl.h112 AddressMap(Allocator alloc, DeAllocator dealloc);
270 AddressMap<Value>::AddressMap(Allocator alloc, DeAllocator dealloc) argument
273 dealloc_(dealloc),
H A Dheap-profile-table.cc125 HeapProfileTable::HeapProfileTable(Allocator alloc, DeAllocator dealloc) argument
126 : alloc_(alloc), dealloc_(dealloc) {
H A Dheap-profile-table.h97 HeapProfileTable(Allocator alloc, DeAllocator dealloc);
401 Snapshot(Allocator alloc, DeAllocator dealloc) : map_(alloc, dealloc) { argument
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_act.c159 /* set dealloc */
160 p_scb->dealloc = TRUE;
168 /* dealloc */
184 /* set dealloc */
185 p_scb->dealloc = TRUE;
456 if (p_scb->dealloc == FALSE)
H A Dbta_ag_int.h277 BOOLEAN dealloc; /* TRUE if service shutting down */ member in struct:__anon423
H A Dbta_ag_sdp.c270 if (p->in_use && p->dealloc == FALSE)
/external/bluetooth/bluedroid/hci/include/
H A Dbt_hci_lib.h153 dealloc_mem_cb dealloc; member in struct:__anon1146
H A Dbt_vendor_lib.h269 * in at the p_mem parameter by calling dealloc callout function.
315 mdealloc_cb dealloc; member in struct:__anon1155
/external/bluetooth/bluedroid/hci/src/
H A Dbt_hci_bdroid.c215 bt_hc_cbacks->dealloc(msg);
H A Dhci_h4.c218 bt_hc_cbacks->dealloc(p_buf);
229 bt_hc_cbacks->dealloc(p_buf);
285 bt_hc_cbacks->dealloc(p_cb->p_rcv_msg);
378 bt_hc_cbacks->dealloc(p_return_buf);
713 /* dealloc buffer of internal command */
714 bt_hc_cbacks->dealloc(p_msg);
1035 bt_hc_cbacks->dealloc(p_buf);
H A Dhci_mct.c202 bt_hc_cbacks->dealloc(p_buf);
213 bt_hc_cbacks->dealloc(p_buf);
275 bt_hc_cbacks->dealloc(p_cb->rcv_evt.p_rcv_msg);
374 bt_hc_cbacks->dealloc(p_return_buf);
688 /* dealloc buffer of internal command */
689 bt_hc_cbacks->dealloc(p_msg);
1138 bt_hc_cbacks->dealloc(p_buf);
H A Duserial.c248 bt_hc_cbacks->dealloc(p_buf);
347 bt_hc_cbacks->dealloc(userial_cb.p_rx_hdr);
415 bt_hc_cbacks->dealloc(buf);
H A Dvendor.c167 bt_hc_cbacks->dealloc(buffer);
/external/bluetooth/bluedroid/main/
H A Dbte_main.c742 ** Function dealloc
753 static void dealloc(TRANSAC transac) function
842 dealloc,
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A DSimpleCLexer.m55 - (void) dealloc
57 [super dealloc];
H A DSimpleCParser.m96 - (void) dealloc
99 [super dealloc];
332 - (void) dealloc
335 [super dealloc];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
H A DCombinedLexer.m82 - (void) dealloc
84 [super dealloc];
H A DCombinedParser.m105 - (void) dealloc
107 [super dealloc];
/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/fuzzy/output1/
H A DFuzzy.m280 - (void) dealloc
283 [super dealloc];
344 - (void) dealloc
347 [super dealloc];

Completed in 520 milliseconds

1234567