mirror of
https://github.com/tailix/libkernaux.git
synced 2025-03-31 17:25:22 -04:00
Memoize pages count
This commit is contained in:
parent
dd64b69c2c
commit
67d9ac7e2f
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ struct KernAux_PFA_Zone {
|
|||
unsigned long long size;
|
||||
|
||||
unsigned char pages[KERNAUX_PFA_ZONE_PAGE_LIST_SIZE];
|
||||
unsigned int pages_count;
|
||||
};
|
||||
|
||||
struct KernAux_PFA {
|
||||
|
|
Loading…
Add table
Reference in a new issue