From ab5a29aa863fb3966a0d13538e30527cb2a22d2c Mon Sep 17 00:00:00 2001 From: solar Date: Mon, 6 Feb 2006 21:02:12 +0000 Subject: [PATCH] Reordering of memnode_t members for later optimization. --- internals/_PDCLIB_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internals/_PDCLIB_int.h b/internals/_PDCLIB_int.h index ba5ab61..84781d2 100644 --- a/internals/_PDCLIB_int.h +++ b/internals/_PDCLIB_int.h @@ -286,6 +286,6 @@ struct _PDCLIB_headnode_t struct _PDCLIB_memnode_t { - struct _PDCLIB_memnode_t * next; _PDCLIB_size_t size; + struct _PDCLIB_memnode_t * next; }; -- 2.40.0