Searched refs:unlock_pool (Results 1 – 4 of 4) sorted by relevance
48 virtual void unlock_pool(IMemoryPool *pool) = 0;
57 void unlock_pool(IMemoryPool *pool) override;
122 _memory_manager->pool_manager()->unlock_pool(_pool); in release()
50 void PoolManager::unlock_pool(IMemoryPool *pool) in unlock_pool() function in PoolManager