Wednesday, 11 September 2013

C - How much memory can a program allocate for itself - and how is it determined?

C - How much memory can a program allocate for itself - and how is it
determined?

Is there a limit to the amount of memory that can be allocated from a
program? By that I mean, is there any protection from a program, for
example, that allocates memory in an infinite loop?
When would the call to malloc() return a NULL pointer?

No comments:

Post a Comment