Home
last modified time | relevance | path

Searched refs:deallocate (Results 1 – 11 of 11) 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.h55 void deallocate(void*);
59 static void deallocate(HeapImpl* impl, void* ptr);
86 deallocate(impl, ptr); in make_unique()
129 void deallocate(T* ptr, std::size_t) { in deallocate() function
130 heap_.deallocate(ptr); in deallocate()
171 using STLAllocator<T>::deallocate;
177 void deallocate(void* ptr) { in deallocate() function
178 heap_.deallocate(ptr); in deallocate()
DAllocator.cpp468 void Heap::deallocate(void* ptr) { in deallocate() function in Heap
472 void Heap::deallocate(HeapImpl*impl, void* ptr) { in deallocate() function in Heap
/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.h77 void deallocate(ElementType *element);
Dmemory_pool_impl.h53 void MemoryPool<ElementType, kSize>::deallocate(ElementType *element) { in deallocate() function
/system/chre/core/
Dhost_comms_manager.cc102 mMessagePool.deallocate(msgFromHost); in deliverNanoappMessageFromHost()
141 mMessagePool.deallocate(msgToHost); in onMessageToHostComplete()
164 mMessagePool.deallocate(msgToHost); in freeMessageToHost()
183 hostCommsMgr.mMessagePool.deallocate(msgFromHost); in freeMessageFromHostCallback()
Devent_loop.cc232 mEventPool.deallocate(event); in freeEvent()
/system/chre/util/tests/
Dmemory_pool_test.cc33 memoryPool.deallocate(element1); in TEST()
94 memoryPool.deallocate(allocations[deallocateIndex].allocation); in TEST()
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h526 virtual void deallocate(uint8_t *p) const {
550 allocator_.deallocate(buf_);
565 std::bind(&simple_allocator::deallocate, allocator_, buf_));
651 allocator_.deallocate(buf_);