Bump-up block size.

This commit is contained in:
Raymond Hettinger 2004-11-02 02:11:35 +00:00
parent f7010bed89
commit 7d112df94f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
* length of a cache line.
*/
#define BLOCKLEN 46
#define BLOCKLEN 62
#define CENTER ((BLOCKLEN - 1) / 2)
/* A `dequeobject` is composed of a doubly-linked list of `block` nodes.