PREV INDEX NEXT

Author: Unknown
Subject: Storage Requirements Clarification
Date: Thursday, 12 Nov 2020, 03:19:13

If the program uses 8 bytes, then mallocs 8 more, then frees the initial 8, then allocates 8 more, then frees the initial 8, and so on, does the test script count the storage used as 16 (most bytes used at once) or as 8*(# of mallocs)?
PREV INDEX NEXT