Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39b33bd3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "zsmalloc: reorganize struct size_class to pack 4 bytes hole"

parents fa780e71 eb5e4429
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -213,10 +213,10 @@ struct size_class {
	int size;
	unsigned int index;

	/* Number of PAGE_SIZE sized pages to combine to form a 'zspage' */
	int pages_per_zspage;
	struct zs_size_stat stats;

	/* Number of PAGE_SIZE sized pages to combine to form a 'zspage' */
	int pages_per_zspage;
	/* huge object: pages_per_zspage == 1 && maxobj_per_zspage == 1 */
	bool huge;
};