File tree 1 file changed +3
-3
lines changed
examples/utest/testcases/kernel
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2006-2019 , RT-Thread Development Team
2
+ * Copyright (c) 2006-2021 , RT-Thread Development Team
3
3
*
4
4
* SPDX-License-Identifier: Apache-2.0
5
5
*
@@ -99,7 +99,7 @@ static void mem_functional_test(void)
99
99
/* get total size */
100
100
total_size = max_block (heap );
101
101
uassert_int_not_equal (total_size , 0 );
102
- /*
102
+ /*
103
103
* Allocate all memory at a time and test whether
104
104
* the memory allocation release function is effective
105
105
*/
@@ -114,7 +114,7 @@ static void mem_functional_test(void)
114
114
rt_smem_free (ctx .ptr );
115
115
uassert_int_equal (max_block (heap ), total_size );
116
116
}
117
- /*
117
+ /*
118
118
* Apply for memory release sequentially and
119
119
* test whether memory block merging is effective
120
120
*/
You can’t perform that action at this time.
0 commit comments