Macros |
|
| #define | MEM_MANAGER_ENABLED |
|
Enabling mem_manager module.
More...
|
|
| #define | MEMORY_MANAGER_SMALL_BLOCK_COUNT |
|
Size of each memory blocks identified as 'small' block.
More...
|
|
| #define | MEMORY_MANAGER_SMALL_BLOCK_SIZE |
|
Size of each memory blocks identified as 'small' block.
More...
|
|
| #define | MEMORY_MANAGER_MEDIUM_BLOCK_COUNT |
|
Size of each memory blocks identified as 'medium' block.
More...
|
|
| #define | MEMORY_MANAGER_MEDIUM_BLOCK_SIZE |
|
Size of each memory blocks identified as 'medium' block.
More...
|
|
| #define | MEMORY_MANAGER_LARGE_BLOCK_COUNT |
|
Size of each memory blocks identified as 'large' block.
More...
|
|
| #define | MEMORY_MANAGER_LARGE_BLOCK_SIZE |
|
Size of each memory blocks identified as 'large' block.
More...
|
|
| #define | MEMORY_MANAGER_XLARGE_BLOCK_COUNT |
|
Size of each memory blocks identified as 'extra large' block.
More...
|
|
| #define | MEMORY_MANAGER_XLARGE_BLOCK_SIZE |
|
Size of each memory blocks identified as 'extra large' block.
More...
|
|
| #define | MEMORY_MANAGER_XXLARGE_BLOCK_COUNT |
|
Size of each memory blocks identified as 'extra extra large' block.
More...
|
|
| #define | MEMORY_MANAGER_XXLARGE_BLOCK_SIZE |
|
Size of each memory blocks identified as 'extra extra large' block.
More...
|
|
| #define | MEMORY_MANAGER_XSMALL_BLOCK_COUNT |
|
Size of each memory blocks identified as 'extra small' block.
More...
|
|
| #define | MEMORY_MANAGER_XSMALL_BLOCK_SIZE |
|
Size of each memory blocks identified as 'extra small' block.
More...
|
|
| #define | MEMORY_MANAGER_XXSMALL_BLOCK_COUNT |
|
Size of each memory blocks identified as 'extra extra small' block.
More...
|
|
| #define | MEMORY_MANAGER_XXSMALL_BLOCK_SIZE |
|
Size of each memory blocks identified as 'extra extra small' block.
More...
|
|
| #define | MEM_MANAGER_CONFIG_LOG_ENABLED |
|
Enables logging in the module.
More...
|
|
| #define | MEM_MANAGER_CONFIG_LOG_LEVEL |
|
Default Severity level.
More...
|
|
| #define | MEM_MANAGER_CONFIG_INFO_COLOR |
|
ANSI escape code prefix.
More...
|
|
| #define | MEM_MANAGER_CONFIG_DEBUG_COLOR |
|
ANSI escape code prefix.
More...
|
|
| #define | MEM_MANAGER_DISABLE_API_PARAM_CHECK |
|
Disable API parameter checks in the module.
More...
|
|
Detailed Description
Macro Definition Documentation
| #define MEM_MANAGER_CONFIG_DEBUG_COLOR |
ANSI escape code prefix.
Following options are available:
- 0 - Default
- 1 - Black
- 2 - Red
- 3 - Green
- 4 - Yellow
- 5 - Blue
- 6 - Magenta
- 7 - Cyan
- 8 - White
- Note
- This is an NRF_CONFIG macro.
| #define MEM_MANAGER_CONFIG_INFO_COLOR |
ANSI escape code prefix.
Following options are available:
- 0 - Default
- 1 - Black
- 2 - Red
- 3 - Green
- 4 - Yellow
- 5 - Blue
- 6 - Magenta
- 7 - Cyan
- 8 - White
- Note
- This is an NRF_CONFIG macro.
| #define MEM_MANAGER_CONFIG_LOG_ENABLED |
Enables logging in the module.
Set to 1 to activate.
- Note
- This is an NRF_CONFIG macro.
| #define MEM_MANAGER_CONFIG_LOG_LEVEL |
Default Severity level.
Following options are available:
- 0 - Off
- 1 - Error
- 2 - Warning
- 3 - Info
- 4 - Debug
- Note
- This is an NRF_CONFIG macro.
| #define MEM_MANAGER_DISABLE_API_PARAM_CHECK |
Disable API parameter checks in the module.
Set to 1 to activate.
- Note
- This is an NRF_CONFIG macro.
| #define MEM_MANAGER_ENABLED |
Enabling mem_manager module.
Set to 1 to activate.
- Note
- This is an NRF_CONFIG macro.
| #define MEMORY_MANAGER_LARGE_BLOCK_COUNT |
Size of each memory blocks identified as 'large' block.
Minimum value: 0 Maximum value: 255
- Note
- This is an NRF_CONFIG macro.
| #define MEMORY_MANAGER_LARGE_BLOCK_SIZE |
Size of each memory blocks identified as 'large' block.
Size of each memory blocks identified as 'large' block. Memory block are recommended to be word-sized.
- Note
- This is an NRF_CONFIG macro.
| #define MEMORY_MANAGER_MEDIUM_BLOCK_COUNT |
Size of each memory blocks identified as 'medium' block.
Minimum value: 0 Maximum value: 255
- Note
- This is an NRF_CONFIG macro.
| #define MEMORY_MANAGER_MEDIUM_BLOCK_SIZE |
Size of each memory blocks identified as 'medium' block.
Size of each memory blocks identified as 'medium' block. Memory block are recommended to be word-sized.
- Note
- This is an NRF_CONFIG macro.
| #define MEMORY_MANAGER_SMALL_BLOCK_COUNT |
Size of each memory blocks identified as 'small' block.
Minimum value: 0 Maximum value: 255
- Note
- This is an NRF_CONFIG macro.
| #define MEMORY_MANAGER_SMALL_BLOCK_SIZE |
Size of each memory blocks identified as 'small' block.
Size of each memory blocks identified as 'small' block. Memory block are recommended to be word-sized.
- Note
- This is an NRF_CONFIG macro.
| #define MEMORY_MANAGER_XLARGE_BLOCK_COUNT |
Size of each memory blocks identified as 'extra large' block.
Minimum value: 0 Maximum value: 255
- Note
- This is an NRF_CONFIG macro.
| #define MEMORY_MANAGER_XLARGE_BLOCK_SIZE |
Size of each memory blocks identified as 'extra large' block.
Size of each memory blocks identified as 'extra large' block. Memory block are recommended to be word-sized.
- Note
- This is an NRF_CONFIG macro.
| #define MEMORY_MANAGER_XSMALL_BLOCK_COUNT |
Size of each memory blocks identified as 'extra small' block.
Minimum value: 0 Maximum value: 255
- Note
- This is an NRF_CONFIG macro.
| #define MEMORY_MANAGER_XSMALL_BLOCK_SIZE |
Size of each memory blocks identified as 'extra small' block.
Size of each memory blocks identified as 'extra large' block. Memory block are recommended to be word-sized.
- Note
- This is an NRF_CONFIG macro.
| #define MEMORY_MANAGER_XXLARGE_BLOCK_COUNT |
Size of each memory blocks identified as 'extra extra large' block.
Minimum value: 0 Maximum value: 255
- Note
- This is an NRF_CONFIG macro.
| #define MEMORY_MANAGER_XXLARGE_BLOCK_SIZE |
Size of each memory blocks identified as 'extra extra large' block.
Size of each memory blocks identified as 'extra extra large' block. Memory block are recommended to be word-sized.
- Note
- This is an NRF_CONFIG macro.
| #define MEMORY_MANAGER_XXSMALL_BLOCK_COUNT |
Size of each memory blocks identified as 'extra extra small' block.
Minimum value: 0 Maximum value: 255
- Note
- This is an NRF_CONFIG macro.
| #define MEMORY_MANAGER_XXSMALL_BLOCK_SIZE |
Size of each memory blocks identified as 'extra extra small' block.
Size of each memory blocks identified as 'extra extra small' block. Memory block are recommended to be word-sized.
- Note
- This is an NRF_CONFIG macro.