This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
I have a theory.
My theory is that, on Darwin, RLIMIT_DATA is applied only to memory allocation via brk(),
One way to confirm or falsify this theory would be to write a mini program that allocates and dirties memory, using malloc, and see if it maxes out at RLIMIT_DATA or RLIMIT_AS.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |