Home
last modified time | relevance | path

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

12

/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_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_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_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()
D_rope.c81 _M_size.deallocate(__cstr, _p_size); in _M_free_c_string()
324 _RopeLeaf).deallocate(__l, 1); in _M_free_tree()
333 _RopeConcatenation).deallocate(__c, 1); in _M_free_tree()
342 _RopeFunction).deallocate(__f, 1); in _M_free_tree()
351 _RopeSubstring).deallocate(__rss, 1); in _M_free_tree()
461 _RopeConcatenation).deallocate(__result,1))) in _S_tree_concat()
831 __r->get_allocator().deallocate(__buffer, __len); in _S_apply_to_pieces()
833 _STLP_UNWIND((__r->get_allocator().deallocate(__buffer, __len))) in _S_apply_to_pieces()
1329 …_STLP_CREATE_ALLOCATOR(allocator_type,(const allocator_type&)_M_tree_ptr, _CharT).deallocate(__old… in c_str()
D_string_base.h97 …_M_start_of_storage.deallocate(_M_start_of_storage._M_data, _M_buffers._M_end_of_storage - _M_star… in _M_deallocate_block()
100 …_M_start_of_storage.deallocate(_M_start_of_storage._M_data, _M_end_of_storage - _M_start_of_storag… in _M_deallocate_block()
D_vector.h88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start); in ~_Vector_base()
441 this->_M_end_of_storage.deallocate(__new_start,__len)))
657 …this->_M_end_of_storage.deallocate(this->_M_start, this->_M_end_of_storage._M_data - this->_M_star…
662 …this->_M_end_of_storage.deallocate(this->_M_start, this->_M_end_of_storage._M_data - this->_M_star…
685 _STLP_UNWIND(this->_M_end_of_storage.deallocate(__result, __n))
D_slist.h178 _M_head.deallocate(__next,1);
259 _STLP_UNWIND(this->_M_head.deallocate(__node, 1))
270 _STLP_UNWIND(this->_M_head.deallocate(__node, 1))
455 this->_M_head.deallocate(__node, 1);
D_list.h289 _STLP_UNWIND(this->_M_node.deallocate(__p, 1))
299 _STLP_UNWIND(this->_M_node.deallocate(__p, 1))
525 this->_M_node.deallocate(__n, 1);
D_slist.c51 _M_head.deallocate(__tmp,1); in _M_erase_after()
D_tree.h320 _STLP_UNWIND(this->_M_header.deallocate(__tmp,1))
498 this->_M_header.deallocate(__STATIC_CAST(_Link_type, __x), 1);
/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/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()
Dstack_allocator.h119 void deallocate(pointer p, size_type n) { in deallocate() function
Dmvctor_declaration_test.cpp106 void deallocate(pointer, size_type) {} in deallocate() function in std::allocator
/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/webkit/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/WebCore/bridge/
Dnpruntime.cpp157 if (obj->_class->deallocate) in _NPN_DeallocateObject()
158 obj->_class->deallocate(obj); in _NPN_DeallocateObject()
Dnpruntime.h277 NPDeallocateFunctionPtr deallocate; member
/external/chromium/base/
Dstack_container.h110 void deallocate(pointer p, size_type n) { in deallocate() function
114 std::allocator<T>::deallocate(p, n); in deallocate()
/external/webkit/WebCore/bindings/v8/
Dnpruntime.cpp308 if (npObject->_class->deallocate) in _NPN_DeallocateObject()
309 npObject->_class->deallocate(npObject); in _NPN_DeallocateObject()
/external/astl/include/
Dvector222 void deallocate();
310 deallocate();
393 deallocate();
490 void vector<_T>::deallocate()
/external/webkit/JavaScriptCore/wtf/
DListHashSet.h159 void deallocate(Node* node) in deallocate() function
211 allocator->deallocate(this); in destroy()

12