|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.13, 1998/09/12 17:20:02 | version 1.14, 1998/09/22 03:01:29 | ||
|---|---|---|---|
|
|
||
| if (align == 0) | if (align == 0) | ||
| align = ALIGN(1); | align = ALIGN(1); | ||
| if (size < sizeof(struct pool_item)) | |||
| size = sizeof(struct pool_item); | |||
| /* | /* | ||
| * Initialize the pool structure. | * Initialize the pool structure. | ||
| */ | */ |