Searched refs:deallocate (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeBuffer.java92 deallocate(mOwnsData);
127 private native boolean deallocate(boolean ownsData); method in class:NativeBuffer
H A DNativeProgram.java81 deallocate();
157 private native boolean deallocate(); method in class:NativeProgram
H A DShaderProgram.java80 deallocate();
255 private native boolean deallocate(); method in class:ShaderProgram
/frameworks/compile/mclinker/lib/LD/
H A DRelocData.cpp41 g_RelocDataFactory->deallocate(pSection);
H A DSectionData.cpp43 g_SectDataFactory->deallocate(pSection);
H A DLDSection.cpp83 g_SectFactory->deallocate(pSection);
H A DLDSymbol.cpp64 g_LDSymbolFactory->deallocate(pSymbol);
H A DELFSegment.cpp99 g_ELFSegmentFactory->deallocate(pSegment);
H A DEhFrame.cpp119 g_EhFrameFactory->deallocate(pSection);
/frameworks/compile/mclinker/lib/Script/
H A DFileToken.cpp44 g_FileTokenFactory->deallocate(pFileToken);
H A DNameSpec.cpp44 g_NameSpecFactory->deallocate(pNameSpec);
H A DStrToken.cpp45 g_StrTokenFactory->deallocate(pStrToken);
H A DOperand.cpp68 g_SymOperandFactory->deallocate(pOperand);
108 g_IntOperandFactory->deallocate(pOperand);
147 g_SectOperandFactory->deallocate(pOperand);
188 g_SectDescOperandFactory->deallocate(pOperand);
234 g_FragOperandFactory->deallocate(pOperand);
H A DStringList.cpp53 g_StringListFactory->deallocate(pStringList);
H A DWildcardPattern.cpp62 g_WildcardPatternFactory->deallocate(pWildcardPattern);
H A DRpnExpr.cpp67 g_ExprFactory->deallocate(pRpnExpr);
/frameworks/native/include/binder/
H A DMemoryDealer.h41 virtual void deallocate(size_t offset);
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h153 void deallocate(pointer &pPtr, size_type N) { function in class:mcld::GCFactoryBase
154 Alloc::deallocate(pPtr, N);
159 void deallocate(pointer &pPtr) { function in class:mcld::GCFactoryBase
160 Alloc::deallocate(pPtr);
H A DAllocators.h183 /// deallocate - deallocate N data from the pPtr
186 void deallocate(pointer &pPtr, size_type N) { function in class:mcld::LinearAllocatorBase
198 /// deallocate - clone function of deallocating one datum
199 void deallocate(pointer &pPtr) { function in class:mcld::LinearAllocatorBase
278 * deallocation. Interleaving 'allocate' and 'deallocate' increases the size
365 void deallocate(pointer pObject, size_type) function in class:mcld::MallocAllocator
427 void deallocate(DataType* pObject, size_type) function in class:mcld::MallocAllocator
430 void deallocate(pointer pObject, size_type) function in class:mcld::MallocAllocator
/frameworks/compile/mclinker/lib/Support/
H A DMemoryAreaFactory.cpp78 deallocate(pArea);
/frameworks/native/libs/binder/
H A DMemoryDealer.cpp133 status_t deallocate(size_t offset);
222 mDealer->deallocate(freedOffset);
249 void MemoryDealer::deallocate(size_t offset) function in class:android::MemoryDealer
251 allocator()->deallocate(offset);
300 status_t SimpleBestFitAllocator::deallocate(size_t offset) function in class:android::SimpleBestFitAllocator
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h326 m_Root.deallocate(pNode);

Completed in 130 milliseconds