HomeSort by relevance Sort by last modified time
    Searched defs:dealloc (Results 1 - 18 of 18) sorted by null

  /external/bluetooth/bluedroid/hci/src/
bt_hw.c 132 ** Function dealloc
141 static void dealloc(void *p_buf) function
146 bt_hc_cbacks->dealloc((TRANSAC) p_buf, (char *) (p_hdr+1));
174 dealloc,
  /frameworks/native/libs/utils/
SharedBuffer.cpp 38 ssize_t SharedBuffer::dealloc(const SharedBuffer* released) function in class:android::SharedBuffer
  /system/core/libpixelflinger/tinyutils/
SharedBuffer.cpp 31 ssize_t SharedBuffer::dealloc(const SharedBuffer* released) function in class:android::SharedBuffer
  /external/chromium/third_party/libevent/
event-internal.h 44 void (*dealloc)(struct event_base *, void *); member in struct:eventop
  /external/webkit/Source/JavaScriptCore/wtf/
BumpPointerAllocator.h 66 // The dealloc method releases memory allocated using alloc. Memory
72 // above, it would be valid to only explicitly dealloc C, A (D being
75 // If pointer was not allocated from this pool (or pools) then dealloc
79 BumpPointerPool* dealloc(void* position) function in class:WTF::BumpPointerPool
  /external/bluetooth/bluedroid/main/
bte_main.c 464 ** Function dealloc
478 static int dealloc(TRANSAC transac, char *p_buf) function
566 dealloc,
  /external/srtp/crypto/include/
auth.h 88 #define auth_dealloc(c) (((c)->type)->dealloc(c))
123 auth_dealloc_func dealloc; member in struct:auth_type_t
cipher.h 141 cipher_dealloc_func_t dealloc; member in struct:cipher_type_t
170 #define cipher_dealloc(c) (((c)->type)->dealloc(c))
  /external/bluetooth/bluedroid/hci/include/
bt_hci_lib.h 147 dealloc_mem_cb dealloc; member in struct:__anon2486
bt_vendor_lib.h 236 * in at the p_mem parameter by calling dealloc callout function.
279 mdealloc_cb dealloc; member in struct:__anon2494
  /external/valgrind/main/coregrind/
m_sparsewa.c 84 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(swa)
    [all...]
m_wordfm.c 86 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(nd)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TilesManager.cpp 197 int dealloc = 0; local
210 dealloc++;
232 dealloc, (deallocateGLTextures ? "gl" : ""),
  /frameworks/native/libs/binder/
MemoryDealer.cpp 152 chunk_t* dealloc(size_t start);
303 chunk_t const * const freed = dealloc(offset);
367 SimpleBestFitAllocator::chunk_t* SimpleBestFitAllocator::dealloc(size_t start) function in class:android::SimpleBestFitAllocator
394 dump_l("dealloc (!freed->free)");
  /external/valgrind/main/helgrind/
hg_wordset.c 153 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_FM )
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_int.h 268 BOOLEAN dealloc; /* TRUE if service shutting down */ member in struct:__anon1924
  /external/libxml2/
catalog.c 139 int dealloc; member in struct:_xmlCatalogEntry
307 ret->dealloc = 0;
330 if (ret->dealloc == 1)
388 children->dealloc = 0;
393 catal->dealloc = 0;
    [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 65 void (*dealloc)(void*),
70 void (*dealloc)(void*),
988 void (*dealloc)(void*); member in struct:_WordFM
    [all...]

Completed in 509 milliseconds