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

/system/chre/util/include/chre/util/
H A Dsynchronized_memory_pool_impl.h34 void SynchronizedMemoryPool<ElementType, kSize>::deallocate( function in class:chre::SynchronizedMemoryPool
37 mMemoryPool.deallocate(element);
H A Dmemory_pool_impl.h52 void MemoryPool<ElementType, kSize>::deallocate(ElementType *element) { function in class:chre::MemoryPool
/system/vold/
H A DKeyBuffer.h45 void deallocate(pointer p, size_type n) function in class:android::vold::ZeroingAllocator
48 std::allocator<char>::deallocate(p, n);
/system/core/libmemunreachable/
H A DAllocator.h57 void deallocate(void*);
61 static void deallocate(HeapImpl* impl, void* ptr);
74 // deallocate
83 deallocate(impl, ptr);
88 // deallocate
123 void deallocate(T* ptr, std::size_t) { heap_.deallocate(ptr); } function in class:STLAllocator
162 using STLAllocator<T>::deallocate;
166 void deallocate(void* ptr) { heap_.deallocate(pt function in class:Allocator
[all...]
H A DAllocator.cpp456 void Heap::deallocate(void* ptr) { function in class:Heap
460 void Heap::deallocate(HeapImpl* impl, void* ptr) { function in class:Heap
/system/libhidl/libhidlcache/
H A DMemoryDealer.cpp53 status_t deallocate(size_t offset);
94 void MemoryDealer::deallocate(size_t offset) { function in class:android::hardware::MemoryDealer
95 mAllocator->deallocate(offset);
142 status_t SimpleBestFitAllocator::deallocate(size_t offset) { function in class:android::hardware::SimpleBestFitAllocator

Completed in 155 milliseconds