Searched refs:rt_malloc (Results 1 – 7 of 7) sorted by relevance
22 buf = rt_malloc(TEST_BUF_SIZE * sizeof(char)); in utest_tc_init()24 buf2 = rt_malloc(TEST_BUF_SIZE * sizeof(char)); in utest_tc_init()
21 buf = rt_malloc(TEST_BUF_SIZE * sizeof(char)); /**< Allocate memory for the buffer */ in utest_tc_init()
807 rt_weak void *rt_malloc(rt_size_t size) in rt_malloc() function822 RTM_EXPORT(rt_malloc);870 p = rt_malloc(count * size); in rt_calloc()982 ptr = rt_malloc(align_size); in rt_malloc_align()
202 mp->start_address = rt_malloc((block_size + sizeof(rt_uint8_t *)) * in rt_mp_create()
359 rt_malloc(), rt_malloc_sethook()
547 char *tmp = (char *)rt_malloc(len); in rt_strdup()
690 char *ccltab = rt_malloc(256); in rt_vsscanf()
Completed in 13 milliseconds