Searched defs:deallocate (Results 1 - 8 of 8) sorted by relevance

/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/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/include/mcld/Support/
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
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);
/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

Completed in 2219 milliseconds