Home
last modified time | relevance | path

Searched refs:deallocate (Results 1 – 15 of 15) sorted by relevance

/system/core/libmemunreachable/tests/
DAllocator_test.cpp45 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/
DAllocator.h57 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
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
/system/chre/core/
Dhost_comms_manager.cc63 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()
Devent_loop.cc410 mEventPool.deallocate(event); in freeEvent()
/system/chre/util/include/chre/util/
Dsynchronized_memory_pool_impl.h34 void SynchronizedMemoryPool<ElementType, kSize>::deallocate( in deallocate() function
37 mMemoryPool.deallocate(element); in deallocate()
Dsynchronized_memory_pool.h52 void deallocate(ElementType *element);
Dmemory_pool.h76 void deallocate(ElementType *element);
Dmemory_pool_impl.h53 void MemoryPool<ElementType, kSize>::deallocate(ElementType *element) { in deallocate() function
/system/vold/
DKeyBuffer.h44 void deallocate(pointer p, size_type n) { in deallocate() function
46 std::allocator<char>::deallocate(p, n); in deallocate()
/system/chre/util/tests/
Dmemory_pool_test.cc38 memoryPool.deallocate(element1); in TEST()
100 memoryPool.deallocate(allocations[deallocateIndex].allocation); in TEST()
/system/libhidl/libhidlcache/
DMemoryDealer.cpp53 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
Dlibhidlcache_test.cpp149 dealer->deallocate(blk2.offset); in TEST_F()
/system/libhidl/libhidlcache/include/hidlcache/
DMemoryDealer.h40 virtual void deallocate(size_t offset);
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h527 virtual void deallocate(uint8_t *p) const {
551 allocator_.deallocate(buf_);
566 std::bind(&simple_allocator::deallocate, allocator_, buf_));
652 allocator_.deallocate(buf_);