Searched refs:malloc_size (Results 1 – 1 of 1) sorted by relevance
144 size_t malloc_size = sizeof(cy_thread_wrapper_t); in cy_rtos_thread_create() local147 malloc_size += stack_size; in cy_rtos_thread_create()149 void* buffer = malloc(malloc_size); in cy_rtos_thread_create()