From 734151d20bef56cbedce2ae67945f42cb4e265c8 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 21 Jan 2019 18:38:21 +0000 Subject: COMPMID-1848: Account alignment in Offset-based pool allocations Change-Id: I061d612341bf951a7d0e7ddd04a42139c8400d41 Reviewed-on: https://review.mlplatform.org/554 Tested-by: Arm Jenkins Reviewed-by: Michalis Spyrou --- arm_compute/runtime/OffsetLifetimeManager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arm_compute/runtime/OffsetLifetimeManager.h') diff --git a/arm_compute/runtime/OffsetLifetimeManager.h b/arm_compute/runtime/OffsetLifetimeManager.h index e39d6a0d6a..26aeb1ef6a 100644 --- a/arm_compute/runtime/OffsetLifetimeManager.h +++ b/arm_compute/runtime/OffsetLifetimeManager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ARM Limited. + * Copyright (c) 2017-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -28,12 +28,12 @@ #include "arm_compute/runtime/Types.h" -#include #include #include namespace arm_compute { +// Forward declarations class IMemoryPool; /** Concrete class that tracks the lifetime of registered tensors and @@ -61,7 +61,7 @@ private: void update_blobs_and_mappings() override; private: - size_t _blob; /**< Memory blob size */ + BlobInfo _blob; /**< Memory blob size */ }; } // namespace arm_compute #endif /* __ARM_COMPUTE_OFFSETLIFETIMEMANAGER_H__ */ -- cgit v1.2.1