/frameworks/compile/mclinker/lib/Script/ |
D | Operand.cpp | 60 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()
|
D | NameSpec.cpp | 41 g_NameSpecFactory->deallocate(pNameSpec); in destroy()
|
D | FileToken.cpp | 41 g_FileTokenFactory->deallocate(pFileToken); in destroy()
|
D | StrToken.cpp | 41 g_StrTokenFactory->deallocate(pStrToken); in destroy()
|
D | StringList.cpp | 49 g_StringListFactory->deallocate(pStringList); in destroy()
|
D | WildcardPattern.cpp | 57 g_WildcardPatternFactory->deallocate(pWildcardPattern); in destroy()
|
D | RpnExpr.cpp | 62 g_ExprFactory->deallocate(pRpnExpr); in destroy()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | GCFactory.h | 136 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()
|
D | Allocators.h | 171 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/ |
D | NativeBuffer.java | 92 deallocate(mOwnsData); in release() 127 private native boolean deallocate(boolean ownsData); in deallocate() method in NativeBuffer
|
D | NativeProgram.java | 81 deallocate(); in tearDown() 157 private native boolean deallocate(); in deallocate() method in NativeProgram
|
D | ShaderProgram.java | 83 deallocate(); in finalize() 263 private native boolean deallocate(); in deallocate() method in ShaderProgram
|
/frameworks/native/libs/binder/ |
D | MemoryDealer.cpp | 133 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/ |
D | SectionData.cpp | 39 g_SectDataFactory->deallocate(pSection); in Destroy()
|
D | RelocData.cpp | 38 g_RelocDataFactory->deallocate(pSection); in Destroy()
|
D | LDSymbol.cpp | 59 g_LDSymbolFactory->deallocate(pSymbol); in Destroy()
|
D | ELFSegment.cpp | 92 g_ELFSegmentFactory->deallocate(pSegment); in Destroy()
|
D | LDSection.cpp | 79 g_SectFactory->deallocate(pSection); in Destroy()
|
D | EhFrame.cpp | 111 g_EhFrameFactory->deallocate(pSection); in Destroy()
|
/frameworks/native/libs/binder/include/binder/ |
D | MemoryDealer.h | 41 virtual void deallocate(size_t offset);
|
/frameworks/base/libs/hwui/utils/ |
D | FatVector.h | 70 void deallocate(pointer p, size_t num) { in deallocate() function
|
D | LinearAllocator.h | 178 void deallocate(pointer p, size_t num) { in deallocate() function
|
/frameworks/compile/mclinker/lib/Support/ |
D | MemoryAreaFactory.cpp | 72 deallocate(pArea); in destruct()
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | BinTree.h | 311 m_Root.deallocate(pNode); in destroyNode()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | map.h | 603 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()
|