Searched defs:deallocate (Results 1 – 7 of 7) sorted by relevance
31 void deallocate(value_type* p, size_type n) { in deallocate() function
34 void SynchronizedMemoryPool<ElementType, kSize>::deallocate( in deallocate() function
73 kMaxMemoryPoolCount>::deallocate(ElementType *element) { in deallocate() function
60 void MemoryPool<ElementType, kSize>::deallocate(ElementType *element) { in deallocate() function
35 void deallocate(uint8_t *p, size_t) override { in deallocate() function
123 void deallocate(T* ptr, std::size_t) { heap_.deallocate(ptr); } in deallocate() function166 void deallocate(void* ptr) { heap_.deallocate(ptr); } in deallocate() function
436 void Heap::deallocate(void* ptr) { in deallocate() function in android::Heap440 void Heap::deallocate(HeapImpl* impl, void* ptr) { in deallocate() function in android::Heap