1
0
Fork 0
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:
Alex Kotov 2020-11-30 22:55:35 +05:00
parent dd64b69c2c
commit 67d9ac7e2f
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -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 {