AIROC™ BTSDK v4.7 - Documentation | ||||
support memory allocation tuning More...
Data Structures | |
struct | tag_mem_pre_init_control |
structure containing paramters to pass for memory pre-init More... | |
Macros | |
#define | WICED_MEM_PRE_INIT_IGNORE (0xff) |
use this define value to indicate no change to parameter | |
Typedefs | |
typedef struct tag_mem_pre_init_control | WICED_MEM_PRE_INIT_CONTROL |
structure containing paramters to pass for memory pre-init | |
Functions | |
void | wiced_memory_pre_init (WICED_MEM_PRE_INIT_CONTROL *mem_pre_init) |
Description: set pre-init memory allocation parameters. More... | |
support memory allocation tuning
void wiced_memory_pre_init | ( | WICED_MEM_PRE_INIT_CONTROL * | mem_pre_init | ) |
Description: set pre-init memory allocation parameters.
call this from spar_crt_init function to set parameters prior to allocations Note: Application don't need to call this function. Application only need to provide global variable, g_mem_pre_init and tuning the parameters.
Input: mem_pre_init - Parameters to pre init the memory, please see the above usage for more information. Output: None Return: None