Searched refs:dealloc (Results 1 - 25 of 161) sorted by last modified time

1234567

/external/zlib/src/as400/
H A Dzlib.inc102 D zs_free * procptr Int. state dealloc.
/external/valgrind/main/cachegrind/
H A Dcg_merge.c65 void (*dealloc)(void*),
70 void (*dealloc)(void*),
986 void (*dealloc)(void*); member in struct:_WordFM
1386 void (*dealloc)(void*),
1392 fm->dealloc = dealloc;
1398 void (*dealloc)(void*),
1403 initFM(fm, alloc_nofail, dealloc, kCmp);
1410 void(*dealloc)(void*) )
1415 avl_free(nd->left, kFin, vFin, dealloc);
1384 initFM( WordFM* fm, void* (*alloc_nofail)( SizeT ), void (*dealloc)(void*), Word (*kCmp)(Word,Word) ) argument
1397 newFM( void* (*alloc_nofail)( SizeT ), void (*dealloc)(void*), Word (*kCmp)(Word,Word) ) argument
[all...]
/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...]
H A Dm_wordfm.c86 void (*dealloc)(void*); member in struct:_WordFM
559 void (*dealloc)(void*),
566 fm->dealloc = dealloc;
581 void (*dealloc)(void*),
586 initFM(fm, alloc_nofail, cc, dealloc, kCmp);
593 void(*dealloc)(void*) )
598 avl_free(nd->child[0], kFin, vFin, dealloc);
600 avl_free(nd->child[1], kFin, vFin, dealloc);
606 dealloc(n
556 initFM( WordFM* fm, void* (*alloc_nofail)( const HChar*, SizeT ), const HChar* cc, void (*dealloc)(void*), Word (*kCmp)(UWord,UWord) ) argument
579 newFM( void* (*alloc_nofail)( const HChar*, SizeT ), const HChar* cc, void (*dealloc)(void*), Word (*kCmp)(UWord,UWord) ) argument
[all...]
/external/valgrind/main/drd/
H A Ddrd_malloc_wrappers.c122 Bool DRD_(freelike_block)(const ThreadId tid, const Addr p, const Bool dealloc) argument
136 if (dealloc)
H A Ddrd_malloc_wrappers.h40 Bool DRD_(freelike_block)(const ThreadId tid, const Addr p, const Bool dealloc);
/external/valgrind/main/helgrind/
H A Dhg_wordset.c153 void (*dealloc)(void*); member in struct:_WordSetU
202 void (*dealloc)(void*) = wv->owner->dealloc;
204 dealloc(wv->words);
206 dealloc(wv);
253 wsu->dealloc(wsu->ix2vec);
358 void (*dealloc)(void*),
368 wsu->dealloc = dealloc;
370 dealloc, cmp_WordVecs_for_F
356 newWordSetU( void* (*alloc_nofail)( const HChar*, SizeT ), const HChar* cc, void (*dealloc)(void*), Word cacheSize ) argument
[all...]
H A Dhg_wordset.h52 void (*dealloc)(void*),
/external/valgrind/main/helgrind/tests/
H A Dtc20_verifywrap.stderr.exp228 ------------ dealloc of mem holding locks ------------
/external/valgrind/main/include/
H A Dpub_tool_sparsewa.h56 void(*dealloc)(void*) );
H A Dpub_tool_wordfm.h83 void (*dealloc)(void*),
181 void (*dealloc)(void*) );
/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...]
H A Drealloc.stderr.exp30 Massif: dealloc S. 7 (t:2400, hp:0, ex:0, st:0)
/external/srtp/crypto/include/
H A Dauth.h88 #define auth_dealloc(c) (((c)->type)->dealloc(c))
123 auth_dealloc_func dealloc; member in struct:auth_type_t
H A Dcipher.h141 cipher_dealloc_func_t dealloc; member in struct:cipher_type_t
170 #define cipher_dealloc(c) (((c)->type)->dealloc(c))
/external/qemu/scripts/
H A Dqapi-commands.py129 def gen_visitor_input_block(args, obj, dealloc=False):
138 if dealloc:
171 if dealloc:
274 dealloc=True)) variable
380 #include "qapi/dealloc-visitor.h"
/external/libxml2/
H A Dcatalog.c143 int dealloc; member in struct:_xmlCatalogEntry
311 ret->dealloc = 0;
334 if (ret->dealloc == 1)
392 children->dealloc = 0;
397 catal->dealloc = 0;
1434 catal->dealloc = 0;
1460 doc->dealloc = 1;
/external/libcxx/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/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/libcxxabi/src/
H A Dcxa_vector.cpp46 st_heap_block2 ( dealloc_f dealloc, void *ptr ) argument
47 : dealloc_ ( dealloc ), ptr_ ( ptr ), enabled_ ( true ) {}
61 st_heap_block3 ( dealloc_f dealloc, void *ptr, size_t size ) argument
62 : dealloc_ ( dealloc ), ptr_ ( ptr ), size_ ( size ), enabled_ ( true ) {}
138 // Neither alloc nor dealloc may be NULL.
142 void* (*alloc)(size_t), void (*dealloc)(void*) ) {
149 st_heap_block2 heap ( dealloc, heap_block );
171 void* (*alloc)(size_t), void (*dealloc)(void*, size_t) ) {
178 st_heap_block3 heap ( dealloc, heap_block, heap_size );
324 // deallocation instead of the default delete function. If dealloc throw
168 __cxa_vec_new3( size_t element_count, size_t element_size, size_t padding_size, void (*constructor)(void*), void (*destructor)(void*), void* (*alloc)(size_t), void (*dealloc)(void*, size_t) ) argument
[all...]
/external/eigen/Eigen/src/Core/util/
H A DMemory.h541 * Finally, if \a dealloc is true, then the pointer \a ptr is freed.
543 aligned_stack_memory_handler(T* ptr, size_t size, bool dealloc) argument
544 : m_ptr(ptr), m_size(size), m_deallocate(dealloc)
/external/deqp/framework/platform/ios/
H A DtcuEAGLView.m42 - (void)dealloc
44 [super dealloc];
H A DtcuIOSAppDelegate.m89 - (void)dealloc
93 [super dealloc];
H A DtcuIOSViewController.m55 - (void)dealloc
57 [super dealloc];
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp84 ErrorDeallocNotOwned, // -dealloc called on non-owned object.
85 ErrorDeallocGC, // Calling -dealloc with GC enabled.
290 Out << "-dealloc (GC)";
294 Out << "-dealloc (not-owned)";
1543 // Create the -dealloc summary.
1545 addNSObjectMethSummary(GetNullarySelector("dealloc", Ctx), Summ);
1644 : CFRefBug(checker, "-dealloc called while using garbage collection") {}
1647 return "-dealloc called while using garbage collection";
1654 : CFRefBug(checker, "-dealloc sent to non-exclusively owned object") {}
1657 return "-dealloc sen
[all...]

Completed in 5739 milliseconds

1234567