|
From: Ivo R. <iv...@iv...> - 2016-11-04 19:08:37
|
2016-11-04 12:32 GMT+01:00 Julian Seward <js...@ac...>: > This is annoying, also because it doesn't matter that brk will > fail, since the libc malloc then tries mmap instead, and succeeds. > > Are there any objections to that? No objections to that. Also note that glibc has this mmap backend fallback but for example Solaris libc does not. So a failure to raise brk is treated as a hard error here. I. |