Home
last modified time | relevance | path

Searched refs:unlock_pool (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/arm_compute/runtime/
DIPoolManager.h48 virtual void unlock_pool(IMemoryPool *pool) = 0;
DPoolManager.h57 void unlock_pool(IMemoryPool *pool) override;
DMemoryGroup.h122 _memory_manager->pool_manager()->unlock_pool(_pool); in release()
/external/ComputeLibrary/src/runtime/
DPoolManager.cpp50 void PoolManager::unlock_pool(IMemoryPool *pool) in unlock_pool() function in PoolManager