Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ free_blobs
Method
free_blobs
src/runtime/BlobMemoryPool.cpp:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
void BlobMemoryPool::free_blobs()
88
{
89
_blobs.clear();
90
}
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected