aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/OffsetMemoryPool.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/OffsetMemoryPool.h')
-rw-r--r--arm_compute/runtime/OffsetMemoryPool.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arm_compute/runtime/OffsetMemoryPool.h b/arm_compute/runtime/OffsetMemoryPool.h
index bc09de6a14..26005706df 100644
--- a/arm_compute/runtime/OffsetMemoryPool.h
+++ b/arm_compute/runtime/OffsetMemoryPool.h
@@ -58,6 +58,11 @@ public:
OffsetMemoryPool(OffsetMemoryPool &&) = default;
/** Allow instances of this class to be move assigned */
OffsetMemoryPool &operator=(OffsetMemoryPool &&) = default;
+ /** Accessor to the pool internal configuration meta-data
+ *
+ * @return Pool internal configuration meta-data
+ */
+ const BlobInfo &info() const;
// Inherited methods overridden:
void acquire(MemoryMappings &handles) override;