Function report |
Source Code:mm\slob.c |
Create Date:2022-07-28 15:35:49 |
Last Modify:2022-05-20 09:26:42 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Encode the given size and next info into a free slob block s.
Proto:static void set_slob(slob_t *s, slobidx_t size, slob_t *next)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
slob_t * | s | |
slobidx_t | size | |
slob_t * | next |
151 | If size > 1 Then |
Name | Describe |
---|---|
slob_page_alloc | slob_page_alloc() - Allocate a slob block within a given slob_page sp.*@sp: Page to look in.*@size: Size of the allocation.*@align: Allocation alignment.*@align_offset: Offset in the allocated block that will be aligned. |
slob_alloc | slob_alloc: entry point into the slob allocator. |
slob_free | slob_free: entry point into the slob allocator. |
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 |