/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _alloc.h | 80 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.h | 79 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.c | 55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) { in deallocate() function 78 __allocator_type::deallocate(__real_p, __real_n); in deallocate()
|
D | _deque.c | 43 _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.h | 69 void deallocate(pointer __p, size_type __n) { in deallocate() function 70 if (__p != _M_static_buf) _Base::deallocate(__p, __n); in deallocate()
|
D | _string_base.h | 97 …_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 | _rope.c | 81 _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 | _vector.h | 88 _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.h | 178 _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.h | 289 _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.c | 51 _M_head.deallocate(__tmp,1); in _M_erase_after()
|
D | _list.c | 76 this->_M_node.deallocate(__tmp, 1); in clear()
|
D | _tree.h | 320 _STLP_UNWIND(this->_M_header.deallocate(__tmp,1)) 498 this->_M_header.deallocate(__STATIC_CAST(_Link_type, __x), 1);
|
D | _vector.c | 102 this->_M_end_of_storage.deallocate(__new_start,__len))) in _M_insert_overflow_aux()
|
D | _rope.h | 416 …__a.deallocate(__s, _S_rounded_up_size(__len)); //*ty 03/24/2001 - restored not to use __stl_al… 418 __stl_alloc_rebind (__a, (_CharT*)0).deallocate(__s, _S_rounded_up_size(__len)); 1203 _RopeLeaf).deallocate(__space, 1))
|
D | _tree.c | 661 this->_M_header.deallocate(__STATIC_CAST(_Link_type, __x),1); in _M_erase()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | allocator_test.cpp | 44 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()
|
D | rawriter_test.cpp | 60 a.deallocate(save_p, 5); in rawiter1()
|
D | stack_allocator.h | 119 void deallocate(pointer p, size_type n) { in deallocate() function
|
D | mvctor_declaration_test.cpp | 106 void deallocate(pointer, size_type) {} in deallocate() function in std::allocator
|
/ndk/tests/device/test-stlport/unit/ |
D | allocator_test.cpp | 44 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()
|
D | rawriter_test.cpp | 60 a.deallocate(save_p, 5); in rawiter1()
|
D | stack_allocator.h | 119 void deallocate(pointer p, size_type n) { in deallocate() function
|
D | mvctor_declaration_test.cpp | 106 void deallocate(pointer, size_type) {} in deallocate() function in std::allocator
|
/ndk/sources/cxx-stl/stlport/src/ |
D | allocators.cpp | 838 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 …]
|