|
From: Nicholas N. <nj...@ca...> - 2004-07-17 17:19:38
|
Hi, I'm looking at bug 79138... The brk-limit returned by brk() (the kernel version, not the glibc version) -- is that the last byte in the heap you can touch, or is it one past the last byte? I looked in the kernel sources but couldn't work it out. Thanks. N |
|
From: Jeremy F. <je...@go...> - 2004-07-17 23:19:32
|
On Sat, 2004-07-17 at 18:19 +0100, Nicholas Nethercote wrote: > The brk-limit returned by brk() (the kernel version, not the glibc > version) -- is that the last byte in the heap you can touch, or is it one > past the last byte? I looked in the kernel sources but couldn't work it > out. I think its the first inaccessible byte. J |