Searched refs:deallocate (Results 26 - 50 of 59) sorted by relevance

123

/external/stlport/stlport/stl/
H A D_vector.h88 _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))
H A D_slist.c51 _M_head.deallocate(__tmp,1);
H A D_list.c76 this->_M_node.deallocate(__tmp, 1);
H A D_slist.h178 _M_head.deallocate(__next,1);
259 _STLP_UNWIND(this->_M_head.deallocate(__node, 1))
270 _STLP_UNWIND(this->_M_head.deallocate(__node, 1))
455 this->_M_head.deallocate(__node, 1);
H A D_vector.c102 this->_M_end_of_storage.deallocate(__new_start,__len)))
H A D_list.h289 _STLP_UNWIND(this->_M_node.deallocate(__p, 1))
299 _STLP_UNWIND(this->_M_node.deallocate(__p, 1))
525 this->_M_node.deallocate(__n, 1);
H A D_tree.h320 _STLP_UNWIND(this->_M_header.deallocate(__tmp,1))
498 this->_M_header.deallocate(__STATIC_CAST(_Link_type, __x), 1);
H A D_rope.h416 __a.deallocate(__s, _S_rounded_up_size(__len)); //*ty 03/24/2001 - restored not to use __stl_alloc_rebind() since it is not defined under _STLP_MEMBER_TEMPLATE_CLASSES
418 __stl_alloc_rebind (__a, (_CharT*)0).deallocate(__s, _S_rounded_up_size(__len));
1205 _RopeLeaf).deallocate(__space, 1))
H A D_bvector.h305 _M_end_of_storage.deallocate(_M_start._M_p,
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A Dnpruntime.cpp312 if (npObject->_class->deallocate)
313 npObject->_class->deallocate(npObject);
/external/chromium_org/third_party/npapi/bindings/
H A Dnpruntime.h303 NPDeallocateFunctionPtr deallocate; member in struct:NPClass
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpruntime.h325 NPDeallocateFunctionPtr deallocate; member in struct:NPClass
/external/clang/lib/Lex/
H A DMacroArgs.cpp71 /// destroy - Destroy and deallocate the memory for this object.
77 // would deallocate the element vectors.
86 /// deallocate - This should only be called by the Preprocessor when managing
88 MacroArgs *MacroArgs::deallocate() { function in class:MacroArgs
91 // Run the dtor to deallocate the vectors.
H A DPreprocessor.cpp162 ArgList = ArgList->deallocate();
/external/stlport/test/unit/
H A Dmvctor_declaration_test.cpp106 void deallocate(pointer, size_type) {} function in class:std::allocator
H A Dstack_allocator.h119 void deallocate(pointer p, size_type n) { function in struct:StackAllocator
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DVideoCapture.java313 public void deallocate() { method in class:VideoCapture
326 Log.e(TAG, "deallocate: failed to deallocate camera, " + ex);
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h427 OperandRecycler.deallocate(Cap, Array);
/external/opencv/cxcore/src/
H A Dcxarray.cpp55 Cv_iplDeallocate deallocate; member in struct:__anon24345
65 Cv_iplDeallocate deallocate,
73 if( !createHeader || !allocateData || !deallocate || !createROI || !cloneImage )
75 if( createHeader || allocateData || deallocate || createROI || cloneImage )
82 CvIPL.deallocate = deallocate;
1158 if( !CvIPL.deallocate )
1166 CvIPL.deallocate( img, IPL_IMAGE_DATA );
3420 if( !CvIPL.deallocate )
3427 CvIPL.deallocate( im
63 cvSetIPLAllocators( Cv_iplCreateImageHeader createHeader, Cv_iplAllocateImageData allocateData, Cv_iplDeallocate deallocate, Cv_iplCreateROI createROI, Cv_iplCloneImage cloneImage ) argument
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A DxsltInternals.h235 xmlFreeFunc deallocate; /* pointer to the deallocation routine */ member in struct:_xsltRuntimeExtra
257 #define XSLT_RUNTIME_EXTRA_FREE(ctxt, nr) (ctxt)->extras[(nr)].deallocate
/external/libxslt/libxslt/
H A DxsltInternals.h235 xmlFreeFunc deallocate; /* pointer to the deallocation routine */ member in struct:_xsltRuntimeExtra
257 #define XSLT_RUNTIME_EXTRA_FREE(ctxt, nr) (ctxt)->extras[(nr)].deallocate
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DListHashSet.h206 void deallocate(Node* node) function in struct:WTF::ListHashSetNodeAllocator
258 allocator->deallocate(this);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker_unittest.cc576 // simple tests that deallocate what they allocated
798 allocator.deallocate(ptrs[i], i*3+1);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc576 // simple tests that deallocate what they allocated
798 allocator.deallocate(ptrs[i], i*3+1);
/external/eigen/Eigen/src/Core/util/
H A DMemory.h722 void deallocate( pointer p, size_type /*num*/ ) function in class:Eigen::aligned_allocator

Completed in 702 milliseconds

123