79177549

Date: 2024-11-11 12:02:15
Score: 4
Natty:
Report link

malloc(int size) will return a contiguous block of memory size bytes in length, but there's no guarantee that successive calls will allocate memory that is immediately after the previously allocated block.

This probably answers the question in more detail: Will successive calls to malloc allocate space directly after the previous call in c?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: user2793865