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

1 23 4 5

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
constructors_destructor_fn_imps.hpp 125 s_node_allocator.deallocate(p_ret, 1);
erase_fn_imps.hpp 59 s_node_allocator.deallocate(p_nd, 1);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_map_/
erase_fn_imps.hpp 133 s_entry_allocator.deallocate(p_l, 1);
  /frameworks/base/libs/binder/
MemoryDealer.cpp 133 status_t deallocate(size_t offset);
183 mDealer->deallocate(freedOffset);
245 void MemoryDealer::deallocate(size_t offset) function in class:android::MemoryDealer
247 allocator()->deallocate(offset);
296 status_t SimpleBestFitAllocator::deallocate(size_t offset) function in class:android::SimpleBestFitAllocator
  /external/stlport/src/
allocators.cpp 467 /* We deallocate all the memory chunks */
662 /* We deallocate all the memory chunks */
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) { function in class:_Pthread_alloc_impl
1059 void _Pthread_alloc_impl::deallocate(void *__p, size_t __n, __state_type* __a) { function in class:_Pthread_alloc_impl
1104 void _STLP_CALL _Pthread_alloc::deallocate(void *__p, size_t __n) function in class:_Pthread_alloc
1108 void _STLP_CALL _Pthread_alloc::deallocate(void *__p, size_t __n, __state_type* __a) function in class:_Pthread_alloc
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 467 /* We deallocate all the memory chunks */
662 /* We deallocate all the memory chunks */
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) { function in class:_Pthread_alloc_impl
1059 void _Pthread_alloc_impl::deallocate(void *__p, size_t __n, __state_type* __a) { function in class:_Pthread_alloc_impl
1104 void _STLP_CALL _Pthread_alloc::deallocate(void *__p, size_t __n) function in class:_Pthread_alloc
1108 void _STLP_CALL _Pthread_alloc::deallocate(void *__p, size_t __n, __state_type* __a) function in class:_Pthread_alloc
    [all...]
  /hardware/msm7k/libgralloc/
allocator.h 105 ssize_t deallocate(size_t offset);
allocator.cpp 68 ssize_t SimpleBestFitAllocator::deallocate(size_t offset) function in class:SimpleBestFitAllocator
gralloc.cpp 374 sAllocator.deallocate(offset);
541 // we can't deallocate the memory in case of UNMAP failure
544 sAllocator.deallocate(hnd->offset);
549 sAllocatorGPU.deallocate(hnd->offset);
  /hardware/msm7k/libgralloc-qsd8k/
allocator.h 106 virtual ssize_t deallocate(size_t offset);
pmemalloc.h 62 virtual ssize_t deallocate(size_t offset) = 0;
pmemalloc.cpp 179 allocator.deallocate(offset);
205 // we can't deallocate the memory in case of UNMAP failure
208 allocator.deallocate(offset);
allocator.cpp 68 ssize_t SimpleBestFitAllocator::deallocate(size_t offset) function in class:SimpleBestFitAllocator
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
array_allocator.h 64 deallocate(pointer, size_type) function in class:array_allocator_base
throw_allocator.h 251 deallocate(pointer __p, size_type __n) function in class:throw_allocator
254 std::allocator<value_type>().deallocate(__p, __n);
  /external/astl/include/
vector 222 void deallocate();
310 deallocate();
393 deallocate();
490 void vector<_T>::deallocate()
  /external/stlport/stlport/stl/
_string_base.h 97 _M_start_of_storage.deallocate(_M_start_of_storage._M_data, _M_buffers._M_end_of_storage - _M_start_of_storage._M_data);
100 _M_start_of_storage.deallocate(_M_start_of_storage._M_data, _M_end_of_storage - _M_start_of_storage._M_data);
_rope.c 81 _M_size.deallocate(__cstr, _p_size);
324 _RopeLeaf).deallocate(__l, 1);
333 _RopeConcatenation).deallocate(__c, 1);
342 _RopeFunction).deallocate(__f, 1);
351 _RopeSubstring).deallocate(__rss, 1);
461 _RopeConcatenation).deallocate(__result,1)))
462 // In case of exception, we need to deallocate
831 __r->get_allocator().deallocate(__buffer, __len);
833 _STLP_UNWIND((__r->get_allocator().deallocate(__buffer, __len)))
    [all...]
_vector.h 88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start);
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_start);
662 this->_M_end_of_storage.deallocate(this->_M_start, this->_M_end_of_storage._M_data - this->_M_start);
685 _STLP_UNWIND(this->_M_end_of_storage.deallocate(__result, __n))
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 97 _M_start_of_storage.deallocate(_M_start_of_storage._M_data, _M_buffers._M_end_of_storage - _M_start_of_storage._M_data);
100 _M_start_of_storage.deallocate(_M_start_of_storage._M_data, _M_end_of_storage - _M_start_of_storage._M_data);
_rope.c 81 _M_size.deallocate(__cstr, _p_size);
324 _RopeLeaf).deallocate(__l, 1);
333 _RopeConcatenation).deallocate(__c, 1);
342 _RopeFunction).deallocate(__f, 1);
351 _RopeSubstring).deallocate(__rss, 1);
461 _RopeConcatenation).deallocate(__result,1)))
462 // In case of exception, we need to deallocate
831 __r->get_allocator().deallocate(__buffer, __len);
833 _STLP_UNWIND((__r->get_allocator().deallocate(__buffer, __len)))
    [all...]
_vector.h 88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start);
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_start);
662 this->_M_end_of_storage.deallocate(this->_M_start, this->_M_end_of_storage._M_data - this->_M_start);
685 _STLP_UNWIND(this->_M_end_of_storage.deallocate(__result, __n))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 101 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
  /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_/
constructor_destructor_fn_imps.hpp 179 s_entry_pointer_allocator.deallocate(m_entries, m_num_e);
  /external/webkit/WebCore/bindings/v8/
npruntime.cpp 308 if (npObject->_class->deallocate)
309 npObject->_class->deallocate(npObject);

Completed in 526 milliseconds

1 23 4 5