|
|
|
|
|
by card_zero
248 days ago
|
|
> there is only one allocation and deallocation in the entire program. > Short-run programs are even easier. You just never deallocate and then exit(0). What's special about "short-run"? If you deallocate only once, presumably just before you exit, then why do it at all? |
|