Home
last modified time | relevance | path

Searched refs:dealloc (Results 1 – 8 of 8) sorted by relevance

/device/google/contexthub/firmware/lib/libc/
Daeabi.cpp108 extern "C" void __aeabi_vec_delete3_nodtor(void* user_array, void (*dealloc)(void*, size_t));
110 void (*dealloc)(void*, size_t));
241 extern "C" void __aeabi_vec_delete3(void* user_array, void* (*destructor)(void*), void (*dealloc)(v… in __aeabi_vec_delete3()
246 dealloc(array_cookie, size); in __aeabi_vec_delete3()
250 extern "C" void __aeabi_vec_delete3_nodtor(void* user_array, void (*dealloc)(void*, size_t)) in __aeabi_vec_delete3_nodtor()
254 (*dealloc)(&cookie_of(user_array), size); in __aeabi_vec_delete3_nodtor()
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Dloadfile_machdep.h70 #define DEALLOC(a, b) dealloc(a, b)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobject.c2260 destructor dealloc = Py_TYPE(op)->tp_dealloc; in _Py_Dealloc() local
2262 (*dealloc)(op); in _Py_Dealloc()
2468 destructor dealloc = Py_TYPE(op)->tp_dealloc; in _PyTrash_destroy_chain() local
2481 (*dealloc)(op); in _PyTrash_destroy_chain()
2493 destructor dealloc = Py_TYPE(op)->tp_dealloc; in _PyTrash_thread_destroy_chain() local
2506 (*dealloc)(op); in _PyTrash_thread_destroy_chain()
Ddictnotes.txt127 when it is created and once by dealloc().
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMem.h124 void dealloc();
DQCameraMem.cpp434 void QCameraMemory::dealloc() in dealloc() function in qcamera::QCameraMemory
901 dealloc(); in deallocate()
1158 dealloc(); in deallocate()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobject.c2239 destructor dealloc = Py_TYPE(op)->tp_dealloc; in _Py_Dealloc() local
2241 (*dealloc)(op); in _Py_Dealloc()
2435 destructor dealloc = Py_TYPE(op)->tp_dealloc; in _PyTrash_destroy_chain() local
2448 (*dealloc)(op); in _PyTrash_destroy_chain()
Ddictnotes.txt127 when it is created and once by dealloc().