Searched refs:rt_small_mem (Results 1 – 1 of 1) sorted by relevance
29 struct rt_small_mem struct44 static rt_size_t max_block(struct rt_small_mem *heap) in max_block() argument86 struct rt_small_mem *heap; in mem_functional_test()95 heap = (struct rt_small_mem *)rt_smem_init("mem_tc", buf, TEST_MEM_SIZE); in mem_functional_test()306 struct rt_small_mem *heap; in mem_alloc_test()320 heap = (struct rt_small_mem *)rt_smem_init("mem_tc", buf, TEST_MEM_SIZE); in mem_alloc_test()441 struct rt_small_mem *heap; in mem_realloc_test()458 heap = (struct rt_small_mem *)rt_smem_init("mem_tc", buf, TEST_MEM_SIZE); in mem_realloc_test()
Completed in 3 milliseconds