Home
last modified time | relevance | path

Searched refs:ClearPool (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/zone/
Daccounting-allocator.cc29 AccountingAllocator::~AccountingAllocator() { ClearPool(); } in ~AccountingAllocator()
36 ClearPool(); in MemoryPressureNotification()
191 void AccountingAllocator::ClearPool() { in ClearPool() function in v8::internal::AccountingAllocator
Daccounting-allocator.h71 void ClearPool();
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_frame_buffer_pool.h81 void ClearPool();
Dvp9_frame_buffer_pool.cc95 void Vp9FrameBufferPool::ClearPool() { in ClearPool() function in webrtc::Vp9FrameBufferPool
Dvp9_impl.cc982 frame_buffer_pool_.ClearPool(); in Release()