HomeSort by relevance Sort by last modified time
    Searched refs:deallocate (Results 26 - 50 of 120) sorted by null

12 3 4 5

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
cond_dealtor.hpp 114 s_alloc.deallocate(m_p_e, 1);
  /external/stlport/stlport/stl/
_iostream_string.h 69 void deallocate(pointer __p, size_type __n) { function in class:__iostring_allocator
70 if (__p != _M_static_buf) _Base::deallocate(__p, __n);
_alloc.h 80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); } function in class:__malloc_alloc
93 static void _STLP_CALL deallocate(void* __p, size_t) { __stl_delete(__p); } function in class:__new_alloc
134 static void _STLP_CALL deallocate(void *, size_t);
160 static void _STLP_CALL deallocate(void *__p, size_t __n) function in class:__node_alloc
317 void deallocate(pointer __p, size_type __n) { function in class:allocator
323 __sgi_alloc::deallocate((void*)__p, __n * sizeof(value_type));
328 void deallocate(pointer __p) const { if (__p != 0) __sgi_alloc::deallocate((void*)__p, sizeof(value_type)); } function in class:allocator
534 // Unified interface to perform allocate()/deallocate() with limited
540 void deallocate(_Tp* __p, size_type __n function in class:_STLP_alloc_proxy
    [all...]
_pthread_alloc.h 35 * It is not an error to allocate memory in thread A and deallocate
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) { function in class:pthread_allocator
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type));
328 void deallocate(pointer __p, size_type __n) { function in class:per_thread_allocator
334 _S_Alloc::deallocate(__p, __n * sizeof(value_type), _M_state);
_deque.c 43 _M_map.deallocate(_M_map._M_data, _M_map_size._M_data);
60 _STLP_UNWIND((_M_map.deallocate(_M_map._M_data, _M_map_size._M_data),
83 _M_map_size.deallocate(*__n, this->buffer_size());
351 this->_M_map_size.deallocate(*__node, this->buffer_size());
357 this->_M_map_size.deallocate(this->_M_finish._M_first, this->buffer_size());
390 _STLP_UNWIND(this->_M_map_size.deallocate(*(this->_M_finish._M_node + 1),
405 _STLP_UNWIND(this->_M_map_size.deallocate(*(this->_M_finish._M_node + 1),
421 this->_M_map_size.deallocate(*(this->_M_start._M_node - 1), this->buffer_size())))
436 _STLP_UNWIND((++this->_M_start, this->_M_map_size.deallocate(*(this->_M_start._M_node - 1),
444 this->_M_map_size.deallocate(this->_M_finish._M_first, this->buffer_size())
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 69 void deallocate(pointer __p, size_type __n) { function in class:__iostring_allocator
70 if (__p != _M_static_buf) _Base::deallocate(__p, __n);
_alloc.h 80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); } function in class:__malloc_alloc
93 static void _STLP_CALL deallocate(void* __p, size_t) { __stl_delete(__p); } function in class:__new_alloc
134 static void _STLP_CALL deallocate(void *, size_t);
160 static void _STLP_CALL deallocate(void *__p, size_t __n) function in class:__node_alloc
317 void deallocate(pointer __p, size_type __n) { function in class:allocator
323 __sgi_alloc::deallocate((void*)__p, __n * sizeof(value_type));
328 void deallocate(pointer __p) const { if (__p != 0) __sgi_alloc::deallocate((void*)__p, sizeof(value_type)); } function in class:allocator
534 // Unified interface to perform allocate()/deallocate() with limited
540 void deallocate(_Tp* __p, size_type __n function in class:_STLP_alloc_proxy
    [all...]
_pthread_alloc.h 35 * It is not an error to allocate memory in thread A and deallocate
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) { function in class:pthread_allocator
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type));
328 void deallocate(pointer __p, size_type __n) { function in class:per_thread_allocator
334 _S_Alloc::deallocate(__p, __n * sizeof(value_type), _M_state);
_deque.c 43 _M_map.deallocate(_M_map._M_data, _M_map_size._M_data);
60 _STLP_UNWIND((_M_map.deallocate(_M_map._M_data, _M_map_size._M_data),
83 _M_map_size.deallocate(*__n, this->buffer_size());
351 this->_M_map_size.deallocate(*__node, this->buffer_size());
357 this->_M_map_size.deallocate(this->_M_finish._M_first, this->buffer_size());
390 _STLP_UNWIND(this->_M_map_size.deallocate(*(this->_M_finish._M_node + 1),
405 _STLP_UNWIND(this->_M_map_size.deallocate(*(this->_M_finish._M_node + 1),
421 this->_M_map_size.deallocate(*(this->_M_start._M_node - 1), this->buffer_size())))
436 _STLP_UNWIND((++this->_M_start, this->_M_map_size.deallocate(*(this->_M_start._M_node - 1),
444 this->_M_map_size.deallocate(this->_M_finish._M_first, this->buffer_size())
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
resize_fn_imps.hpp 109 s_entry_allocator.deallocate(a_entries_resized, new_size);
119 s_entry_allocator.deallocate(m_entries, old_size);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 103 s_node_allocator.deallocate(m_p_head, 1);
137 s_node_allocator.deallocate(m_p_head, 1);
166 s_node_allocator.deallocate(p_ret, 1);
  /external/webkit/WebCore/bridge/
npruntime.cpp 157 if (obj->_class->deallocate)
158 obj->_class->deallocate(obj);
  /external/webkit/WebCore/platform/text/cf/
StringImplCF.cpp 63 underlyingString->ref(); // Balanced by call to deref in deallocate below.
89 static void deallocate(void* pointer, void*) function in namespace:WebCore::StringWrapperCFAllocator
122 CFAllocatorContext context = { 0, 0, retain, release, copyDescription, allocate, reallocate, deallocate, preferredSize };
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
extptr_allocator.h 93 void deallocate(pointer __p, size_type __n) function in class:_ExtPtr_allocator
94 { _M_real_alloc.deallocate(__p.get(), __n); }
new_allocator.h 94 deallocate(pointer __p, size_type) function in class:new_allocator
pool_allocator.h 179 deallocate(pointer __p, size_type __n);
242 __pool_alloc<_Tp>::deallocate(pointer __p, size_type __n) function in class:__pool_alloc
malloc_allocator.h 98 deallocate(pointer __p, size_type) function in class:malloc_allocator
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 119 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
157 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
  /external/stlport/test/eh/
Prefix.h 149 void deallocate(pointer __p, size_type __n) const { function in class:EH_allocator
151 if (__p != 0) EH_STD::__new_alloc::deallocate((void*)__p, __n * sizeof(value_type));
154 void deallocate(pointer __p) const { if (__p != 0) EH_STD::__new_alloc::deallocate((void*)__p, sizeof(value_type)); } function in class:EH_allocator
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
splay-tree.h 65 /* The type of a function used to deallocate any resources associated
69 /* The type of a function used to deallocate any resources associated
111 /* The deallocate-key function. NULL if no cleanup is necessary. */
114 /* The deallocate-value function. NULL if no cleanup is necessary. */
119 splay_tree_deallocate_fn deallocate; local
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
splay-tree.h 65 /* The type of a function used to deallocate any resources associated
69 /* The type of a function used to deallocate any resources associated
111 /* The deallocate-key function. NULL if no cleanup is necessary. */
114 /* The deallocate-value function. NULL if no cleanup is necessary. */
119 splay_tree_deallocate_fn deallocate; local
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
erase_fn_imps.hpp 89 s_internal_node_allocator.deallocate(p_nd, 1);
123 s_leaf_allocator.deallocate(p_l, 1);
158 s_internal_node_allocator.deallocate(static_cast<internal_node_pointer>(p_nd), 1);
164 s_leaf_allocator.deallocate(static_cast<leaf_pointer>(p_nd), 1);
constructors_destructor_fn_imps.hpp 99 s_head_allocator.deallocate(m_p_head, 1);
137 s_head_allocator.deallocate(m_p_head, 1);
  /external/chromium/base/
stack_container.h 110 void deallocate(pointer p, size_type n) { function in class:StackAllocator
114 std::allocator<T>::deallocate(p, n);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 126 s_entry_pointer_allocator.deallocate(m_entries, old_size);

Completed in 576 milliseconds

12 3 4 5