Home
last modified time | relevance | path

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

/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/
Dcybt_platform_freertos.c65 void cybt_platform_free(void *p_mem_block) in cybt_platform_free() argument
67 free(p_mem_block); in cybt_platform_free()
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/common/
Dcybt_debug_uart.c122 void *p_mem_block; in cybt_platform_debug_task_mempool_alloc() local
129 p_mem_block = (void *) wiced_bt_get_buffer_from_heap(debug_task_heap, req_size); in cybt_platform_debug_task_mempool_alloc()
131 return p_mem_block; in cybt_platform_debug_task_mempool_alloc()
149 static void cybt_platform_debug_task_mempool_free(void *p_mem_block) in cybt_platform_debug_task_mempool_free() argument
151 wiced_bt_free_buffer((wiced_bt_buffer_t *) p_mem_block); in cybt_platform_debug_task_mempool_free()
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/include/
Dcybt_platform_interface.h144 void cybt_platform_free(void *p_mem_block);
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/include/
Dcybt_platform_task.h142 void cybt_platform_task_mempool_free(void *p_mem_block);