From mboxrd@z Thu Jan 1 00:00:00 1970 From: ruben@mrbrklyn.com (Ruben Safir) Date: Wed, 15 Apr 2015 04:48:53 -0400 Subject: Heap Management Problem In-Reply-To: References: <4668.1429027237@turing-police.cc.vt.edu> Message-ID: <552E25F5.5000806@mrbrklyn.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On 04/15/2015 12:28 AM, ??? wrote: > Can you give a detail of what you want to prove? > I am not familiar with heap management , so I ask for the details! > mudongliang > > 2015-04-15 0:00 GMT+08:00 : > >> On Tue, 14 Apr 2015 23:01:58 +0800, ??? said: >> >>> Hello Everyone: >>> What's the rule about heap management? Especially what's the >> function >>> of do_brk? >> >> Who says there's a "rule" about it? Some userspace heap managers don't >> even *use* brk() or sbrk(), but instead use mmap() of an anonymous area. >> > > To the OP, what in your mind is a Heap? Ruben > > _______________________________________________ > Kernelnewbies mailing list > Kernelnewbies at kernelnewbies.org > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies >