|
|
| version 1.15, 2003/11/21 22:46:13 | version 1.16, 2003/11/30 20:13:53 |
|---|---|
| Line 93 struct malloc_type { | Line 93 struct malloc_type { |
| long ks_reserved[4]; /* future use (module compatibility) */ | long ks_reserved[4]; /* future use (module compatibility) */ |
| }; | }; |
| typedef struct malloc_type *malloc_type_t; | |
| #if defined(_KERNEL) || defined(_KERNEL_STRUCTURES) | #if defined(_KERNEL) || defined(_KERNEL_STRUCTURES) |
| #define MALLOC_DEFINE(type, shortdesc, longdesc) \ | #define MALLOC_DEFINE(type, shortdesc, longdesc) \ |