Function report |
Source Code:lib\test_printf.c |
Create Date:2022-07-28 06:32:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:selftest
Proto:static void __init selftest(void)
Type:void
Parameter:Nothing
675 | alloced_buffer = kmalloc(BUF_SIZE + 2 * PAD_SIZE, GFP_KERNEL) |
676 | If Not alloced_buffer Then Return |
678 | test_buffer = alloced_buffer + PAD_SIZE |
680 | test_basic() |
681 | test_number() |
682 | test_string() |
683 | test_pointer() |
685 | kfree(alloced_buffer) |
Name | Describe |
---|---|
test_printf_init |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |