/system/core/libmemunreachable/tests/ |
D | Allocator_test.cpp | 45 allocator.deallocate(ptr); in TEST_F() 55 allocator.deallocate(ptr1); in TEST_F() 58 allocator.deallocate(ptr3); in TEST_F() 59 allocator.deallocate(ptr2); in TEST_F() 83 allocator.deallocate(ptr[i]); in TEST_F() 92 allocator.deallocate(ptr); in TEST_F() 108 allocator.deallocate(ptr[i]); in TEST_F() 129 b.deallocate(ptr1); in TEST_F() 130 d.deallocate(ptr2); in TEST_F() 131 a.deallocate(ptr3); in TEST_F() [all …]
|
/system/core/libmemunreachable/ |
D | Allocator.h | 57 void deallocate(void*); 61 static void deallocate(HeapImpl* impl, void* ptr); 83 deallocate(impl, ptr); in make_unique() 123 void deallocate(T* ptr, std::size_t) { heap_.deallocate(ptr); } in deallocate() function 162 using STLAllocator<T>::deallocate; 166 void deallocate(void* ptr) { heap_.deallocate(ptr); } in deallocate() function
|
D | Allocator.cpp | 456 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
|
/system/chre/core/ |
D | host_comms_manager.cc | 63 mMessagePool.deallocate(msgToHost); in sendMessageToHostFromNanoapp() 98 mMessagePool.deallocate(msgFromHost); in deliverNanoappMessageFromHost() 136 mMessagePool.deallocate(msgToHost); in onMessageToHostComplete() 154 mMessagePool.deallocate(msgToHost); in freeMessageToHost() 173 hostCommsMgr.mMessagePool.deallocate(msgFromHost); in freeMessageFromHostCallback()
|
D | event_loop.cc | 410 mEventPool.deallocate(event); in freeEvent()
|
/system/chre/util/include/chre/util/ |
D | synchronized_memory_pool_impl.h | 34 void SynchronizedMemoryPool<ElementType, kSize>::deallocate( in deallocate() function 37 mMemoryPool.deallocate(element); in deallocate()
|
D | synchronized_memory_pool.h | 52 void deallocate(ElementType *element);
|
D | memory_pool.h | 76 void deallocate(ElementType *element);
|
D | memory_pool_impl.h | 53 void MemoryPool<ElementType, kSize>::deallocate(ElementType *element) { in deallocate() function
|
/system/vold/ |
D | KeyBuffer.h | 44 void deallocate(pointer p, size_type n) { in deallocate() function 46 std::allocator<char>::deallocate(p, n); in deallocate()
|
/system/chre/util/tests/ |
D | memory_pool_test.cc | 38 memoryPool.deallocate(element1); in TEST() 100 memoryPool.deallocate(allocations[deallocateIndex].allocation); in TEST()
|
/system/libhidl/libhidlcache/ |
D | MemoryDealer.cpp | 53 status_t deallocate(size_t offset); 94 void MemoryDealer::deallocate(size_t offset) { in deallocate() function in android::hardware::MemoryDealer 95 mAllocator->deallocate(offset); in deallocate() 142 status_t SimpleBestFitAllocator::deallocate(size_t offset) { in deallocate() function in android::hardware::SimpleBestFitAllocator
|
D | libhidlcache_test.cpp | 149 dealer->deallocate(blk2.offset); in TEST_F()
|
/system/libhidl/libhidlcache/include/hidlcache/ |
D | MemoryDealer.h | 40 virtual void deallocate(size_t offset);
|
/system/chre/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 527 virtual void deallocate(uint8_t *p) const { 551 allocator_.deallocate(buf_); 566 std::bind(&simple_allocator::deallocate, allocator_, buf_)); 652 allocator_.deallocate(buf_);
|