mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
reduce struct padding by reordering members
This commit is contained in:
@@ -92,8 +92,8 @@ typedef struct quicklistEntry {
|
||||
quicklistNode *node;
|
||||
unsigned char *zi;
|
||||
unsigned char *value;
|
||||
unsigned int sz;
|
||||
long long longval;
|
||||
unsigned int sz;
|
||||
int offset;
|
||||
} quicklistEntry;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user