Function report |
Source Code:lib\genalloc.c |
Create Date:2022-07-28 06:56:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:chunk_size
Proto:static inline size_t chunk_size(const struct gen_pool_chunk *chunk)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
const struct gen_pool_chunk * | chunk |
40 | Return d address of memory chunk (inclusive) - start address of memory chunk + 1 |
Name | Describe |
---|---|
gen_pool_destroy | gen_pool_destroy - destroy a special memory pool*@pool: pool to destroy* Destroy the specified special memory pool. Verifies that there are no* outstanding allocations. |
gen_pool_alloc_algo_owner | gen_pool_alloc_algo_owner - allocate special memory from the pool*@pool: pool to allocate from*@size: number of bytes to allocate from the pool*@algo: algorithm passed from caller*@data: data passed to algorithm*@owner: optionally retrieve the chunk owner |
gen_pool_size | gen_pool_size - get size in bytes of memory managed by the pool*@pool: pool to get size* Return size in bytes of memory managed by the pool. |
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 |