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

1 2

  /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);
_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);
_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...]
  /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);
_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);
_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...]
  /hardware/ti/omap3/libopencorehw/
buffer_alloc_omap34xx.cpp 83 OSCL_EXPORT_REF void BufferAllocOmap34xx::deallocate(OsclAny* ptr) function in class:BufferAllocOmap34xx
  /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/chromium/base/
stack_container.h 110 void deallocate(pointer p, size_type n) { function in class:StackAllocator
114 std::allocator<T>::deallocate(p, n);
  /hardware/msm7k/libgralloc/
allocator.cpp 68 ssize_t SimpleBestFitAllocator::deallocate(size_t offset) function in class:SimpleBestFitAllocator
  /hardware/msm7k/libgralloc-qsd8k/
allocator.cpp 68 ssize_t SimpleBestFitAllocator::deallocate(size_t offset) function in class:SimpleBestFitAllocator
  /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/stlport/test/unit/
mvctor_declaration_test.cpp 106 void deallocate(pointer, size_type) {} function in class:std::allocator
stack_allocator.h 119 void deallocate(pointer p, size_type n) { function in struct:StackAllocator
  /ndk/sources/android/stlport/test/unit/
mvctor_declaration_test.cpp 106 void deallocate(pointer, size_type) {} function in class:std::allocator
stack_allocator.h 119 void deallocate(pointer p, size_type n) { function in struct:StackAllocator
  /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
  /hardware/msm7k/libgralloc-qsd8k/tests/
pmemalloc_test.cpp 83 virtual ssize_t deallocate(size_t offset) { function in class:AllocatorStub
  /external/webkit/WebCore/bridge/
npruntime.h 277 NPDeallocateFunctionPtr deallocate; member in struct:NPClass
  /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...]
  /external/webkit/JavaScriptCore/wtf/
ListHashSet.h 159 void deallocate(Node* node) function in struct:WTF::ListHashSetNodeAllocator
211 allocator->deallocate(this);

Completed in 468 milliseconds

1 2