fw4spl
memory Namespace Reference

The namespace memory contains tools to manage memory. It is used for dump. It allows to define the buffer loading mode for the application (lazy and direct) at the start of this bundle. Add it in the application's <requirement> section. More...

Classes

struct  Plugin
 Implements a plugin for the memory bundle. More...
 
class  SDumpPolicy
 

Variables

static::fwRuntime::utils::GenericExecutableFactoryRegistrar< Pluginregistrar ("memory::Plugin")
 

Detailed Description

The namespace memory contains tools to manage memory. It is used for dump. It allows to define the buffer loading mode for the application (lazy and direct) at the start of this bundle. Add it in the application's <requirement> section.

To configure the loading mode (here 'lazy') , add the following line in your application's Properties.cmake

1 bundleParam(memory PARAM_LIST loading_mode PARAM_VALUES lazy)