mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-15 14:19:43 +00:00
pool: update comment
This commit is contained in:
parent
d3416dfe29
commit
340b15b71c
@ -28,7 +28,7 @@ typedef struct git_pool_page git_pool_page;
|
|||||||
* For examples of how to set up a `git_pool` see `git_pool_init`.
|
* For examples of how to set up a `git_pool` see `git_pool_init`.
|
||||||
*/
|
*/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
git_pool_page *pages; /* pages with space left */
|
git_pool_page *pages; /* allocated pages */
|
||||||
uint32_t item_size; /* size of single alloc unit in bytes */
|
uint32_t item_size; /* size of single alloc unit in bytes */
|
||||||
uint32_t page_size; /* size of page in bytes */
|
uint32_t page_size; /* size of page in bytes */
|
||||||
} git_pool;
|
} git_pool;
|
||||||
|
Loading…
Reference in New Issue
Block a user