e****d 发帖数: 333 | 1 given a linux OS, with 4GB memory, and regular c libraries shipped with the
OS.
1. how to find out, how much stack memory can a single c program request? 2.
how much heap can a program request?
3. what's the regular size of stack and heap, a single c program can request?
many thanks. | s*******8 发帖数: 12734 | 2 ulimit -a
the
2.
request?
【在 e****d 的大作中提到】 : given a linux OS, with 4GB memory, and regular c libraries shipped with the : OS. : 1. how to find out, how much stack memory can a single c program request? 2. : how much heap can a program request? : 3. what's the regular size of stack and heap, a single c program can request? : many thanks.
|
|