aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2019-11-12 16:28:47 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2019-11-12 21:33:57 +0000
commit2dab2e936a41053cf260a235ac808577ae923f3e (patch)
tree10cbc3dc55bb745efcb1dcbae5b6b2c0400ac0f7
parentaf724e762b622b677d79e4ac63b22b4c5581f05d (diff)
downloadComputeLibrary-2dab2e936a41053cf260a235ac808577ae923f3e.tar.gz
COMPMID-2139: Update documentation about memory manager
Change-Id: I8e8ef8d22e0cdcc88ac143d23c84a7767565dc60 Signed-off-by: Michalis Spyrou <michalis.spyrou@arm.com> Reviewed-on: https://review.mlplatform.org/c/2270 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
-rw-r--r--docs/01_library.dox1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/01_library.dox b/docs/01_library.dox
index 6e365865ba..353a979968 100644
--- a/docs/01_library.dox
+++ b/docs/01_library.dox
@@ -423,6 +423,7 @@ operation2.run(); // Run operation2
memory_group.release(); // Release memory so that it can be reused
@endcode
@note Execution of a pipeline can be done in a multi-threading environment as memory acquisition/release are thread safe.
+@note If you are handling sensitive data and it's required to zero out the memory buffers before freeing, make sure to also zero out the intermediate buffers. You can access the buffers through the memory group's mappings.
@subsection S4_7_3_memory_manager_function_support Function support