/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_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/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...] |
/external/bluetooth/bluedroid/stack/avct/ |
avct_lcb_act.c | 188 ** Description Deallocate ccb and call callback with disconnect event. 256 ** Description L2CAP channel open attempt failed. Deallocate any ccbs 282 ** Description L2CAP channel closed by peer. Deallocate any initiator 317 ** Description L2CAP channel closed by us. Deallocate any initiator 381 ** close channel. Otherwise just deallocate and call 426 ** Description Deallocate ccb and call callback with connect event
|
avct_ccb.c | 71 ** Description Deallocate a connection control block and call application
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
alloc_traits.h | 138 using _Base_type::deallocate; 211 static void deallocate(_Alloc& __a, pointer __p, size_type __n) function in struct:__alloc_traits 212 { __a.deallocate(__p, __n); }
|
/art/runtime/gc/accounting/ |
gc_allocator.h | 66 void deallocate(PT p, size_type n) { function in class:art::gc::accounting::GCAllocatorImpl
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
NPV8Object.h | 49 // It is created with npCreateV8ScriptObject() and deallocated via the deallocate
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/ |
NPDeallocateCalledBeforeNPShutdown.cpp | 93 static PluginTest::Register<NPDeallocateCalledBeforeNPShutdown> npRuntimeObjectFromDestroyedPlugin("np-deallocate-called-before-np-shutdown");
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
Threading.cpp | 64 // Grab the info that we need out of the context, then deallocate it.
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
list.h | 28 * @lk: the data to deallocate
|
/external/chromium_org/third_party/re2/re2/ |
prefilter.h | 50 // the Prefilter and should deallocate it. Returns NULL if Prefilter
|
/external/flac/libFLAC/include/private/ |
memory.h | 45 * Use free() on this address to deallocate.
|
/external/libxml2/include/libxml/ |
list.h | 28 * @lk: the data to deallocate
|
/external/qemu/ |
qobject.h | 91 * qobject_decref(): Decrement QObject's reference count, deallocate
|
/external/regex-re2/re2/ |
prefilter.h | 50 // the Prefilter and should deallocate it. Returns NULL if Prefilter
|
/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
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/ |
VideoEditorBuffer.h | 96 * @brief Deallocate a buffer pool
|
/frameworks/compile/mclinker/lib/LD/ |
RelocData.cpp | 41 g_RelocDataFactory->deallocate(pSection);
|
SectionData.cpp | 43 g_SectDataFactory->deallocate(pSection);
|
/frameworks/compile/mclinker/lib/Support/ |
RegionFactory.cpp | 30 deallocate(pRegion);
|
/frameworks/native/include/binder/ |
MemoryDealer.h | 40 virtual void deallocate(size_t offset);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__sso_allocator | 60 _LIBCPP_INLINE_VISIBILITY void deallocate(pointer __p, size_type)
|