enum FixLevel;
| Value | Description |
|---|---|
FIX_LEVEL_0 |
Alias for FIX_LEVEL_NONE. |
FIX_LEVEL_1 |
Alias for FIX_LEVEL_INTERNAL. |
FIX_LEVEL_2 |
Alias for FIX_LEVEL_INTERNAL_IMPORT. |
FIX_LEVEL_3 |
Alias for FIX_LEVEL_INTERNAL_IMPORT. |
FIX_LEVEL_NONE |
Memory is not released. |
FIX_LEVEL_INTERNAL |
Releases memory storing data used for internal relocation. |
FIX_LEVEL_INTERNAL_IMPORT |
Releases memory storing data required to reference symbols of other modules and for internal relocation. |
FIX_LEVEL_INTERNAL_IMPORT_EXPORT |
Releases memory storing data required for internal relocation, referencing symbols in other modules, and referencing symbols included in the module in question. |
FIX_LEVEL_MAX_BITS |
This enumerated type is used to represent the level of memory to be released when LoadModule executes successfully.
The greater the amount of memory released, the stricter the restrictions.
FIX_LEVEL_NONENo memory is released and all functions are available.
FIX_LEVEL_INTERNALThe following operations are unavailable.
nn::ro::LoadModule after nn::ro::Module::Unload has been called.The following operations are available.
FIX_LEVEL_INTERNAL_IMPORTThe following operations are unavailable.
nn::ro::LoadModule after nn::ro::Module::Unload has been called.The following operations are available.
FIX_LEVEL_INTERNAL_IMPORT_EXPORTThe following operations are unavailable.
nn::ro::LoadModule after nn::ro::Module::Unload has been called.The following operation is available.
CONFIDENTIAL