Home
last modified time | relevance | path

Searched refs:deallocate (Results 1 – 25 of 91) sorted by relevance

1234

/external/srtp/googlepatches/
Dgoogle-9-rdbx-leak-plug.patch137 * fails, then we report that fact without trying to deallocate
141 /* deallocate cipher, if it is not the same as that in template */
152 /* deallocate auth function, if it is not the same as that in template */
163 /* deallocate key usage limit, if it is not the same as that in template */
175 * deallocate rtcp cipher, if it is not the same as that in
188 * deallocate rtcp auth function, if it is not the same as that in
201 /* DAM - need to deallocate EKT here */
204 /* deallocate srtp stream context */
235 /* deallocate stream template, if there is one */
254 /* deallocate session context */
[all …]
/external/webkit/Source/WebKit2/Platform/CoreIPC/
DAttachment.h50 …achment(void* address, mach_msg_size_t size, mach_msg_copy_options_t copyOptions, bool deallocate);
68 bool deallocate() const { ASSERT(m_type == MachOOLMemoryType); return m_oolMemory.deallocate; } in deallocate() function
94 bool deallocate; member
DAttachment.cpp47 …tachment(void* address, mach_msg_size_t size, mach_msg_copy_options_t copyOptions, bool deallocate) in Attachment() argument
53 m_oolMemory.deallocate = deallocate; in Attachment()
/external/stlport/stlport/stl/
D_alloc.h80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); } in deallocate() function
93 static void _STLP_CALL deallocate(void* __p, size_t) { __stl_delete(__p); } in deallocate() function
134 static void _STLP_CALL deallocate(void *, size_t);
160 static void _STLP_CALL deallocate(void *__p, size_t __n) in deallocate() function
317 void deallocate(pointer __p, size_type __n) { in deallocate() function
323 __sgi_alloc::deallocate((void*)__p, __n * sizeof(value_type)); in deallocate()
328 …void deallocate(pointer __p) const { if (__p != 0) __sgi_alloc::deallocate((void*)__p, sizeof(val… in deallocate() function
540 void deallocate(_Tp* __p, size_type __n)
541 { __stl_alloc_rebind(__STATIC_CAST(_Base&, *this), __STATIC_CAST(_Tp*, 0)).deallocate(__p, __n); }
D_pthread_alloc.h79 static void _STLP_CALL deallocate(void *__p, size_t __n);
86 static void _STLP_CALL deallocate(void *__p, size_t __n, __state_type* __a);
145 void deallocate(pointer __p, size_type __n) { in deallocate() function
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type)); in deallocate()
328 void deallocate(pointer __p, size_type __n) {
334 _S_Alloc::deallocate(__p, __n * sizeof(value_type), _M_state);
D_alloc.c55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) { in deallocate() function
78 __allocator_type::deallocate(__real_p, __real_n); in deallocate()
D_deque.c43 _M_map.deallocate(_M_map._M_data, _M_map_size._M_data); in ~_Deque_base()
60 _STLP_UNWIND((_M_map.deallocate(_M_map._M_data, _M_map_size._M_data), in _M_initialize_map()
83 _M_map_size.deallocate(*__n, this->buffer_size()); in _M_destroy_nodes()
351 this->_M_map_size.deallocate(*__node, this->buffer_size()); in clear()
357 this->_M_map_size.deallocate(this->_M_finish._M_first, this->buffer_size()); in clear()
390 _STLP_UNWIND(this->_M_map_size.deallocate(*(this->_M_finish._M_node + 1), in _M_push_back_aux_v()
405 _STLP_UNWIND(this->_M_map_size.deallocate(*(this->_M_finish._M_node + 1), in _M_push_back_aux()
421 this->_M_map_size.deallocate(*(this->_M_start._M_node - 1), this->buffer_size()))) in _M_push_front_aux_v()
436 _STLP_UNWIND((++this->_M_start, this->_M_map_size.deallocate(*(this->_M_start._M_node - 1), in _M_push_front_aux()
444 this->_M_map_size.deallocate(this->_M_finish._M_first, this->buffer_size()); in _M_pop_back_aux()
[all …]
D_iostream_string.h69 void deallocate(pointer __p, size_type __n) { in deallocate() function
70 if (__p != _M_static_buf) _Base::deallocate(__p, __n); in deallocate()
/external/stlport/test/unit/
Dallocator_test.cpp44 charAllocator.deallocate(buf, 0); in zero_allocation()
46 charAllocator.deallocate(0, 0); in zero_allocation()
69 bigStructAlloc.deallocate(pbigStruct, 1024 * 1024 * 1024); in bad_alloc_test()
Drawriter_test.cpp60 a.deallocate(save_p, 5); in rawiter1()
/external/webkit/Source/JavaScriptCore/runtime/
DWeakGCMap.h91 HandleHeap::heapFor(ptr->second)->deallocate(ptr->second); in clear()
110 HandleHeap::heapFor(slot)->deallocate(slot); in remove()
164 HandleHeap::heapFor(slot)->deallocate(slot); in take()
183 HandleHeap::heapFor(slot)->deallocate(slot); in finalize()
DStructureTransitionTable.h130 HandleHeap::heapFor(slot)->deallocate(slot); in setMap()
152 HandleHeap::heapFor(slot)->deallocate(slot); in clearSingleTransition()
/external/stlport/test/eh/
DPrefix.h149 void deallocate(pointer __p, size_type __n) const { in deallocate() function
151 if (__p != 0) EH_STD::__new_alloc::deallocate((void*)__p, __n * sizeof(value_type)); in deallocate()
154 …void deallocate(pointer __p) const { if (__p != 0) EH_STD::__new_alloc::deallocate((void*)__p, si… in deallocate() function
/external/stlport/src/
Dallocators.cpp838 static void deallocate(void *__p, size_t __n);
845 static void deallocate(void *__p, size_t __n, __state_type* __a);
1014 void _Pthread_alloc_impl::deallocate(void *__p, size_t __n) { in deallocate() function in _Pthread_alloc_impl
1021 __malloc_alloc::deallocate(__p, __n); in deallocate()
1059 void _Pthread_alloc_impl::deallocate(void *__p, size_t __n, __state_type* __a) { in deallocate() function in _Pthread_alloc_impl
1065 __malloc_alloc::deallocate(__p, __n); in deallocate()
1090 deallocate(__p, __old_sz); in reallocate()
1104 void _STLP_CALL _Pthread_alloc::deallocate(void *__p, size_t __n) in deallocate() function in _Pthread_alloc
1105 { _Pthread_alloc_impl::deallocate(__p, __n); } in deallocate()
1108 void _STLP_CALL _Pthread_alloc::deallocate(void *__p, size_t __n, __state_type* __a) in deallocate() function in _Pthread_alloc
[all …]
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNPRuntimeUtilities.cpp81 if (npObject->_class->deallocate) in deallocateNPObject()
82 npObject->_class->deallocate(npObject); in deallocateNPObject()
/external/webkit/Source/WebCore/platform/text/cf/
DStringImplCF.cpp89 static void deallocate(void* pointer, void*) in deallocate() function
122 …text = { 0, 0, retain, release, copyDescription, allocate, reallocate, deallocate, preferredSize }; in create()
/external/webkit/Source/WebCore/bridge/
Dnpruntime.cpp157 if (obj->_class->deallocate) in _NPN_DeallocateObject()
158 obj->_class->deallocate(obj); in _NPN_DeallocateObject()
/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
DConnectionMac.cpp197 descriptor->out_of_line.deallocate = attachment.deallocate(); in sendOutgoingMessage()
266 … descriptor->out_of_line.copy, descriptor->out_of_line.deallocate)); in createArgumentDecoder()
278 … descriptor->out_of_line.copy, descriptor->out_of_line.deallocate); in createArgumentDecoder()
/external/webkit/Tools/DumpRenderTree/chromium/
DCppBoundClass.cpp111 static void deallocate(NPObject*);
144 CppNPObject::deallocate,
163 void CppNPObject::deallocate(NPObject* npObj) in deallocate() function in CppNPObject
/external/chromium/webkit/glue/
Dcpp_bound_class.cc85 static void deallocate(NPObject* obj);
120 CppNPObject::deallocate,
138 /* static */ void CppNPObject::deallocate(NPObject* np_obj) { in deallocate() function in CppNPObject
/external/chromium/base/
Dstack_container.h111 void deallocate(pointer p, size_type n) { in deallocate() function
115 std::allocator<T>::deallocate(p, n); in deallocate()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DPoolAlloc.h273 void deallocate(void*, size_type) {} in deallocate() function
281 void deallocate(pointer, size_type) {} in deallocate() function
/external/webkit/Source/JavaScriptCore/API/
DJSCallbackObject.cpp51 HandleHeap::heapFor(slot)->deallocate(slot); in finalize()
/external/webkit/Source/JavaScriptCore/wtf/
DPageAllocationAligned.h46 void deallocate();
/external/webkit/Source/JavaScriptCore/heap/
DHandleHeap.h59 void deallocate(HandleSlot);
159 inline void HandleHeap::deallocate(HandleSlot handle) in deallocate() function

1234