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

/frameworks/compile/mclinker/lib/LD/
H A DSectionData.cpp39 g_SectDataFactory->deallocate(pSection);
H A DRelocData.cpp38 g_RelocDataFactory->deallocate(pSection);
H A DLDSymbol.cpp59 g_LDSymbolFactory->deallocate(pSymbol);
H A DELFSegment.cpp92 g_ELFSegmentFactory->deallocate(pSegment);
H A DLDSection.cpp79 g_SectFactory->deallocate(pSection);
H A DEhFrame.cpp111 g_EhFrameFactory->deallocate(pSection);
/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/Script/
H A DFileToken.cpp41 g_FileTokenFactory->deallocate(pFileToken);
H A DNameSpec.cpp41 g_NameSpecFactory->deallocate(pNameSpec);
H A DStrToken.cpp41 g_StrTokenFactory->deallocate(pStrToken);
H A DStringList.cpp49 g_StringListFactory->deallocate(pStringList);
H A DOperand.cpp60 g_SymOperandFactory->deallocate(pOperand);
93 g_IntOperandFactory->deallocate(pOperand);
125 g_SectOperandFactory->deallocate(pOperand);
161 g_SectDescOperandFactory->deallocate(pOperand);
199 g_FragOperandFactory->deallocate(pOperand);
H A DWildcardPattern.cpp57 g_WildcardPatternFactory->deallocate(pWildcardPattern);
H A DRpnExpr.cpp62 g_ExprFactory->deallocate(pRpnExpr);
/frameworks/native/include/binder/
H A DMemoryDealer.h41 virtual void deallocate(size_t offset);
/frameworks/base/libs/hwui/utils/
H A DFatVector.h71 void deallocate(pointer p, size_t num) { function in class:android::uirenderer::InlineStdAllocator
H A DLinearAllocator.h95 * Attempt to deallocate the given buffer, with the LinearAllocator attempting to rewind its
180 void deallocate(pointer p, size_t num) { function in class:android::uirenderer::LinearStdAllocator
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h136 void deallocate(pointer& pPtr, size_type N) { function in class:mcld::GCFactoryBase
137 Alloc::deallocate(pPtr, N);
142 void deallocate(pointer& pPtr) { function in class:mcld::GCFactoryBase
143 Alloc::deallocate(pPtr);
H A DAllocators.h168 /// 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
/frameworks/compile/mclinker/lib/Support/
H A DMemoryAreaFactory.cpp72 deallocate(pArea);
/frameworks/native/libs/binder/
H A DMemoryDealer.cpp133 status_t deallocate(size_t offset);
224 mDealer->deallocate(freedOffset);
251 void MemoryDealer::deallocate(size_t offset) function in class:android::MemoryDealer
253 allocator()->deallocate(offset);
308 status_t SimpleBestFitAllocator::deallocate(size_t offset) function in class:android::SimpleBestFitAllocator
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h311 m_Root.deallocate(pNode);

Completed in 332 milliseconds