aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/OffsetLifetimeManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/OffsetLifetimeManager.cpp')
-rw-r--r--src/runtime/OffsetLifetimeManager.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/runtime/OffsetLifetimeManager.cpp b/src/runtime/OffsetLifetimeManager.cpp
index ad23220c0e..e9aa1ff447 100644
--- a/src/runtime/OffsetLifetimeManager.cpp
+++ b/src/runtime/OffsetLifetimeManager.cpp
@@ -49,6 +49,11 @@ OffsetLifetimeManager::OffsetLifetimeManager()
{
}
+const OffsetLifetimeManager::info_type &OffsetLifetimeManager::info() const
+{
+ return _blob;
+}
+
std::unique_ptr<IMemoryPool> OffsetLifetimeManager::create_pool(IAllocator *allocator)
{
ARM_COMPUTE_ERROR_ON(allocator == nullptr);