Home
last modified time | relevance | path

Searched defs:deallocate (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/system/chre/util/include/chre/util/
H A Dsynchronized_memory_pool_impl.h34 void SynchronizedMemoryPool<ElementType, kSize>::deallocate( in deallocate() function
H A Dmemory_pool_impl.h53 void MemoryPool<ElementType, kSize>::deallocate(ElementType *element) { in deallocate() function
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A 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
H A DGCFactory.h136 void deallocate(pointer& pPtr, size_type N) { in deallocate() function
142 void deallocate(pointer& pPtr) { in deallocate() function
H A DCXADemangle.tcc4755 arena<N>::deallocate(char* p, std::size_t n) noexcept in deallocate() function in mcld::arena
4788 void deallocate(T* p, std::size_t n) noexcept in deallocate() function in mcld::short_alloc
4830 void deallocate(T* p, std::size_t) noexcept in deallocate() function in mcld::malloc_alloc
/aosp12/system/vold/
H A DKeyBuffer.h44 void deallocate(pointer p, size_type n) { in deallocate() function
/aosp12/system/chre/util/include/chre/util/flatbuffers/
H A Dhelpers.h35 void deallocate(uint8_t *p, size_t) override { in deallocate() function
/aosp12/system/memory/libmemunreachable/
H A DAllocator.h123 void deallocate(T* ptr, std::size_t) { heap_.deallocate(ptr); } in deallocate() function
166 void deallocate(void* ptr) { heap_.deallocate(ptr); } in deallocate() function
H A DAllocator.cpp456 void Heap::deallocate(void* ptr) { in deallocate() function in android::Heap
460 void Heap::deallocate(HeapImpl* impl, void* ptr) { in deallocate() function in android::Heap
/aosp12/frameworks/native/libs/ui/include/ui/
H A DFatVector.h60 void deallocate(pointer p, size_t) { in deallocate() function
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DFatVector.h60 void deallocate(pointer p, size_t) { in deallocate() function
/aosp12/frameworks/native/include/ui/
H A DFatVector.h60 void deallocate(pointer p, size_t) { in deallocate() function
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeBuffer.java127 private native boolean deallocate(boolean ownsData); in deallocate() method in NativeBuffer
H A DNativeProgram.java157 private native boolean deallocate(); in deallocate() method in NativeProgram
H A DShaderProgram.java258 private native boolean deallocate(); in deallocate() method in ShaderProgram
/aosp12/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.h179 void deallocate(pointer p, size_t num) { in deallocate() function
/aosp12/frameworks/native/libs/binder/
H A DMemoryDealer.cpp249 void MemoryDealer::deallocate(size_t offset) in deallocate() function in android::MemoryDealer
314 status_t SimpleBestFitAllocator::deallocate(size_t offset) in deallocate() function in android::SimpleBestFitAllocator
/aosp12/art/openjdkjvmti/
H A Djvmti_allocator.h126 void deallocate(pointer p, size_type n ATTRIBUTE_UNUSED) { in deallocate() function
/aosp12/art/libartbase/base/
H A Dallocator.h140 void deallocate(PT p, size_type n) { in deallocate() function
H A Dscoped_arena_containers.h190 void deallocate(pointer p, size_type n) { in deallocate() function
H A Darena_containers.h202 void deallocate(pointer p, size_type n) { in deallocate() function
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMem.cpp899 void QCameraHeapMemory::deallocate() in deallocate() function in qcamera::QCameraHeapMemory
1160 void QCameraStreamMemory::deallocate() in deallocate() function in qcamera::QCameraStreamMemory
1547 void QCameraVideoMemory::deallocate() in deallocate() function in qcamera::QCameraVideoMemory
2439 void QCameraGrallocMemory::deallocate() in deallocate() function in qcamera::QCameraGrallocMemory
/aosp12/art/compiler/utils/
H A Dswap_space.h188 void deallocate(pointer p, size_type n) { in deallocate() function
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3StreamMem.cpp413 void QCamera3StreamMem::deallocate() in deallocate() function in qcamera::QCamera3StreamMem
H A DQCamera3Mem.cpp669 void QCamera3HeapMemory::deallocate() in deallocate() function in qcamera::QCamera3HeapMemory

12