Home
last modified time | relevance | path

Searched refs:cybt_platform_malloc (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/include/
Dcybt_platform_interface.h133 void *cybt_platform_malloc(uint32_t req_size);
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/
Dcybt_platform_freertos.c60 void *cybt_platform_malloc(uint32_t req_size) in cybt_platform_malloc() function
Dcybt_host_stack_platform_interface.c259 platform_interface.pf_os_malloc = cybt_platform_malloc; in host_stack_platform_interface_init()
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/common/
Dcybt_debug_uart.c381 p_heap_mem = (wiced_bt_heap_t *)cybt_platform_malloc(DEBUG_UART_MEMORY_SIZE); in cybt_init_debug_trans_task()