mirror of
https://github.com/fluencelabs/redis
synced 2025-04-28 20:12:13 +00:00
reduce struct padding by reordering members
This commit is contained in:
parent
a7f0fb448c
commit
cb3e89e2cb
@ -92,8 +92,8 @@ typedef struct quicklistEntry {
|
|||||||
quicklistNode *node;
|
quicklistNode *node;
|
||||||
unsigned char *zi;
|
unsigned char *zi;
|
||||||
unsigned char *value;
|
unsigned char *value;
|
||||||
unsigned int sz;
|
|
||||||
long long longval;
|
long long longval;
|
||||||
|
unsigned int sz;
|
||||||
int offset;
|
int offset;
|
||||||
} quicklistEntry;
|
} quicklistEntry;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user