From 2dab2e936a41053cf260a235ac808577ae923f3e Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Tue, 12 Nov 2019 16:28:47 +0000 Subject: COMPMID-2139: Update documentation about memory manager Change-Id: I8e8ef8d22e0cdcc88ac143d23c84a7767565dc60 Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/2270 Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas --- docs/01_library.dox | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1