/external/opencv/ |
WLNonFileByteStream.cpp | 29 Deallocate();
42 void WLNonFileByteStream::Deallocate()
67 Deallocate();
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
NativeBuffer.java | 90 // Deallocate if necessary 92 deallocate(mOwnsData); 127 private native boolean deallocate(boolean ownsData); method in class:NativeBuffer
|
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3StreamMem.h | 76 void deallocate(); //TODO: replace with unified clear() function? 78 // Clear function: unregister for gralloc buffer, and deallocate for heap buffer 79 void clear() {unregisterBuffers(); deallocate(); }
|
/external/llvm/unittests/Support/ |
ArrayRecyclerTest.cpp | 75 DUT.deallocate(Cap, A2); 87 DUT.deallocate(Cap, A2x); 88 DUT.deallocate(Cap, A1); 89 DUT.deallocate(Cap, A3);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
debug_allocator.h | 106 deallocate(pointer __p, size_type __n) function in class:debug_allocator 113 throw std::runtime_error("debug_allocator::deallocate" 116 _M_allocator.deallocate(__real_p, __n + _M_extra); 119 throw std::runtime_error("debug_allocator::deallocate null pointer");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
debug_allocator.h | 106 deallocate(pointer __p, size_type __n) function in class:debug_allocator 113 throw std::runtime_error("debug_allocator::deallocate" 116 _M_allocator.deallocate(__real_p, __n + _M_extra); 119 throw std::runtime_error("debug_allocator::deallocate null pointer");
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
debug_allocator.h | 106 deallocate(pointer __p, size_type __n) function in class:debug_allocator 113 throw std::runtime_error("debug_allocator::deallocate" 116 _M_allocator.deallocate(__real_p, __n + _M_extra); 119 throw std::runtime_error("debug_allocator::deallocate null pointer");
|
/frameworks/compile/mclinker/include/mcld/Support/ |
Allocators.h | 168 /// deallocate - deallocate N data from the pPtr 171 void deallocate(pointer& pPtr, size_type N) { function in class:mcld::LinearAllocatorBase 181 /// deallocate - clone function of deallocating one datum 182 void deallocate(pointer& pPtr) { function in class:mcld::LinearAllocatorBase 261 * deallocation. Interleaving 'allocate' and 'deallocate' increases the size 336 void deallocate(pointer pObject, size_type) { function in class:mcld::MallocAllocator 389 void deallocate(DataType* pObject, size_type) { function in class:mcld::MallocAllocator 393 void deallocate(pointer pObject, size_type) { std::free(pObject); } function in class:mcld::MallocAllocator
|
/device/moto/shamu/camera/QCamera2/HAL/ |
QCameraMem.h | 60 virtual void deallocate() = 0; 144 virtual void deallocate(); 167 virtual void deallocate(); 188 virtual void deallocate(); 210 virtual void deallocate();
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.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 109 /* The deallocate-key function. NULL if no cleanup is necessary. */ 112 /* The deallocate-value function. NULL if no cleanup is necessary. */ 119 splay_tree_deallocate_fn deallocate; variable
|
/toolchain/binutils/binutils-2.25/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 109 /* The deallocate-key function. NULL if no cleanup is necessary. */ 112 /* The deallocate-value function. NULL if no cleanup is necessary. */ 119 splay_tree_deallocate_fn deallocate; variable
|
/external/clang/lib/AST/ |
RecordLayout.cpp | 22 Ctx.Deallocate(FieldOffsets); 25 Ctx.Deallocate(CXXInfo); 28 Ctx.Deallocate(this);
|
/external/llvm/include/llvm/Support/ |
Recycler.h | 70 Allocator.Deallocate(t); 74 /// Special case for BumpPtrAllocator which has an empty Deallocate() 97 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/ |
sp_counted_impl.hpp | 95 std::allocator<this_type>().deallocate( static_cast<this_type *>(p), 1 ); 165 std::allocator<this_type>().deallocate( static_cast<this_type *>(p), 1 ); 222 a2.deallocate( this, 1 );
|
/ndk/tests/device/test-gnustl-full/unit/ |
allocator_test.cpp | 44 charAllocator.deallocate(buf, 0); 46 charAllocator.deallocate(0, 0); 69 bigStructAlloc.deallocate(pbigStruct, 1024 * 1024 * 1024);
|
/ndk/tests/device/test-stlport/unit/ |
allocator_test.cpp | 44 charAllocator.deallocate(buf, 0); 46 charAllocator.deallocate(0, 0); 69 bigStructAlloc.deallocate(pbigStruct, 1024 * 1024 * 1024);
|
/toolchain/binutils/binutils-2.25/libiberty/ |
splay-tree.c | 50 /* Deallocate NODE (a member of SP), and all its sub-trees. */ 103 (*sp->deallocate) ((char*) temp, sp->allocate_data); 268 DELETE_KEY_FN to deallocate keys, and DELETE_VALUE_FN to deallocate 284 DELETE_KEY_FN to deallocate keys, and DELETE_VALUE_FN to deallocate 318 @var{delete_key_fn} to deallocate keys, and @var{delete_value_fn} to 319 deallocate values. 342 sp->deallocate = deallocate_fn; 348 /* Deallocate SP. * [all...] |
/external/libcxx/test/std/containers/sequences/deque/deque.special/ |
swap_noexcept.pass.cpp | 34 void deallocate(void*, unsigned) {} function in struct:some_alloc 46 void deallocate(void*, unsigned) {} function in struct:some_alloc2
|
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/ |
swap_noexcept.pass.cpp | 34 void deallocate(void*, unsigned) {} function in struct:some_alloc 46 void deallocate(void*, unsigned) {} function in struct:some_alloc2
|
/external/libcxx/test/std/containers/sequences/list/list.special/ |
swap_noexcept.pass.cpp | 34 void deallocate(void*, unsigned) {} function in struct:some_alloc 46 void deallocate(void*, unsigned) {} function in struct:some_alloc2
|
/external/libcxx/test/std/containers/sequences/vector/vector.special/ |
swap_noexcept.pass.cpp | 35 void deallocate(void*, unsigned) {} function in struct:some_alloc 47 void deallocate(void*, unsigned) {} function in struct:some_alloc2
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
swap_noexcept.pass.cpp | 34 void deallocate(void*, unsigned) {} function in struct:some_alloc 46 void deallocate(void*, unsigned) {} function in struct:some_alloc2
|
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/ |
swap_noexcept.pass.cpp | 34 void deallocate(void*, unsigned) {} function in struct:some_alloc 46 void deallocate(void*, unsigned) {} function in struct:some_alloc2
|
/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/ |
allocate.pass.cpp | 40 a.deallocate(ap, 3); 49 a.deallocate(ap2, 3);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/ |
allocate.pass.cpp | 53 a.deallocate(ap, 3); 60 a.deallocate(ap2, 3);
|