Home
last modified time | relevance | path

Searched refs:deallocate (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/compile/mclinker/lib/Script/
DOperand.cpp60 g_SymOperandFactory->deallocate(pOperand); in destroy()
93 g_IntOperandFactory->deallocate(pOperand); in destroy()
125 g_SectOperandFactory->deallocate(pOperand); in destroy()
161 g_SectDescOperandFactory->deallocate(pOperand); in destroy()
199 g_FragOperandFactory->deallocate(pOperand); in destroy()
DNameSpec.cpp41 g_NameSpecFactory->deallocate(pNameSpec); in destroy()
DFileToken.cpp41 g_FileTokenFactory->deallocate(pFileToken); in destroy()
DStrToken.cpp41 g_StrTokenFactory->deallocate(pStrToken); in destroy()
DStringList.cpp49 g_StringListFactory->deallocate(pStringList); in destroy()
DWildcardPattern.cpp57 g_WildcardPatternFactory->deallocate(pWildcardPattern); in destroy()
DRpnExpr.cpp62 g_ExprFactory->deallocate(pRpnExpr); in destroy()
/frameworks/compile/mclinker/include/mcld/Support/
DGCFactory.h136 void deallocate(pointer& pPtr, size_type N) { in deallocate() function
137 Alloc::deallocate(pPtr, N); in deallocate()
142 void deallocate(pointer& pPtr) { in deallocate() function
143 Alloc::deallocate(pPtr); in deallocate()
DAllocators.h171 void deallocate(pointer& pPtr, size_type N) { in deallocate() function
182 void deallocate(pointer& pPtr) { in deallocate() function
336 void deallocate(pointer pObject, size_type) { in deallocate() function
389 void deallocate(DataType* pObject, size_type) { in deallocate() function
393 void deallocate(pointer pObject, size_type) { std::free(pObject); } in deallocate() function
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DNativeBuffer.java92 deallocate(mOwnsData); in release()
127 private native boolean deallocate(boolean ownsData); in deallocate() method in NativeBuffer
DNativeProgram.java81 deallocate(); in tearDown()
157 private native boolean deallocate(); in deallocate() method in NativeProgram
DShaderProgram.java83 deallocate(); in finalize()
263 private native boolean deallocate(); in deallocate() method in ShaderProgram
/frameworks/native/libs/binder/
DMemoryDealer.cpp133 status_t deallocate(size_t offset);
224 mDealer->deallocate(freedOffset); in ~Allocation()
251 void MemoryDealer::deallocate(size_t offset) in deallocate() function in android::MemoryDealer
253 allocator()->deallocate(offset); in deallocate()
316 status_t SimpleBestFitAllocator::deallocate(size_t offset) in deallocate() function in android::SimpleBestFitAllocator
/frameworks/compile/mclinker/lib/LD/
DSectionData.cpp39 g_SectDataFactory->deallocate(pSection); in Destroy()
DRelocData.cpp38 g_RelocDataFactory->deallocate(pSection); in Destroy()
DLDSymbol.cpp59 g_LDSymbolFactory->deallocate(pSymbol); in Destroy()
DELFSegment.cpp92 g_ELFSegmentFactory->deallocate(pSegment); in Destroy()
DLDSection.cpp79 g_SectFactory->deallocate(pSection); in Destroy()
DEhFrame.cpp111 g_EhFrameFactory->deallocate(pSection); in Destroy()
/frameworks/native/libs/binder/include/binder/
DMemoryDealer.h41 virtual void deallocate(size_t offset);
/frameworks/base/libs/hwui/utils/
DFatVector.h70 void deallocate(pointer p, size_t num) { in deallocate() function
DLinearAllocator.h178 void deallocate(pointer p, size_t num) { in deallocate() function
/frameworks/compile/mclinker/lib/Support/
DMemoryAreaFactory.cpp72 deallocate(pArea); in destruct()
/frameworks/compile/mclinker/include/mcld/ADT/
DBinTree.h311 m_Root.deallocate(pNode); in destroyNode()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap.h603 void deallocate(pointer p, size_type n) { in deallocate() function
1299 alloc_type(alloc_).deallocate(t, n); in Dealloc()
1310 tree_allocator.deallocate(tree, 1); in DestroyTree()

12