From: califax AT wupperonline DOT de (Klaus Petzold) Newsgroups: comp.os.msdos.djgpp Subject: question to malloc and free Date: Thu, 27 Aug 1998 19:05:14 GMT Organization: Customer of SpaceNet GmbH Lines: 8 Message-ID: <35e59b79.420696@news.space.net> NNTP-Posting-Host: line107.kdt.de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, when I allocate a memory block with malloc and release it with free, how does free know how much it has to release? Stores malloc some information about the block? Klaus