/* malloc.h 7/1/83 */ struct _header { struct _header *_ptr ; unsigned _size ; }; struct _header _Base ; struct _header*_allocp ;