Searched refs:deallocate (Results 1 - 12 of 12) 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 DLDSectionFactory.cpp37 deallocate(pSection);
/frameworks/compile/mclinker/lib/Support/
H A DRegionFactory.cpp39 deallocate(pRegion);
H A DMemoryAreaFactory.cpp93 deallocate(pArea);
/frameworks/native/include/binder/
H A DMemoryDealer.h40 virtual void deallocate(size_t offset);
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h156 void deallocate(pointer &pPtr, size_type N) { function in class:mcld::GCFactoryBase
157 Alloc::deallocate(pPtr, N);
162 void deallocate(pointer &pPtr) { function in class:mcld::GCFactoryBase
163 Alloc::deallocate(pPtr);
H A DAllocators.h169 /// deallocate - deallocate N data from the pPtr
172 void deallocate(pointer &pPtr, size_type N) { function in class:mcld::LinearAllocatorBase
184 /// deallocate - clone function of deallocating one datum
185 void deallocate(pointer &pPtr) { function in class:mcld::LinearAllocatorBase
267 * deallocation. Interleaving 'allocate' and 'deallocate' increases the size
354 void deallocate(pointer pObject, size_type) function in class:mcld::MallocAllocator
416 void deallocate(DataType* pObject, size_type) function in class:mcld::MallocAllocator
419 void deallocate(pointer pObject, size_type) function in class:mcld::MallocAllocator
/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/LD/
H A DStringUnorderedMap.h203 this->deallocate(j, 1);
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h329 m_Root.deallocate(pNode);

Completed in 135 milliseconds