HomeSort by relevance Sort by last modified time
    Searched refs:deallocate (Results 1 - 25 of 68) sorted by null

1 2 3

  /hardware/ti/omap3/libopencorehw/
buffer_alloc_omap34xx.h 66 OSCL_IMPORT_REF void deallocate(OsclAny* ptr) ;
buffer_alloc_omap34xx.cpp 83 OSCL_EXPORT_REF void BufferAllocOmap34xx::deallocate(OsclAny* ptr) function in class:BufferAllocOmap34xx
  /frameworks/base/include/binder/
MemoryDealer.h 40 virtual void deallocate(size_t offset);
  /external/stlport/stlport/stl/
_alloc.c 55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) { function in class:_Alloc
78 __allocator_type::deallocate(__real_p, __real_n);
_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/android/stlport/stlport/stl/
_alloc.c 55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) { function in class:_Alloc
78 __allocator_type::deallocate(__real_p, __real_n);
_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...]
  /external/stlport/test/unit/
allocator_test.cpp 44 charAllocator.deallocate(buf, 0);
46 charAllocator.deallocate(0, 0);
69 bigStructAlloc.deallocate(pbigStruct, 1024 * 1024 * 1024);
rawriter_test.cpp 60 a.deallocate(save_p, 5);
63 a.deallocate(save_p);
  /ndk/sources/android/stlport/test/unit/
allocator_test.cpp 44 charAllocator.deallocate(buf, 0);
46 charAllocator.deallocate(0, 0);
69 bigStructAlloc.deallocate(pbigStruct, 1024 * 1024 * 1024);
rawriter_test.cpp 60 a.deallocate(save_p, 5);
63 a.deallocate(save_p);
  /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 };
  /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
  /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);
  /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...]

Completed in 1261 milliseconds

1 2 3