Is “Out Of Memory” A Recoverable Error?

后端 未结 24 2021
闹比i
闹比i 2020-11-30 21:44

I\'ve been programming a long time, and the programs I see, when they run out of memory, attempt to clean up and exit, i.e. fail gracefully. I can\'t remember the last time

24条回答
  •  無奈伤痛
    2020-11-30 22:24

    uClibc has an internal static buffer of 8 bytes or so for file I/O when there is no more memory to be allocated dynamically.

提交回复
热议问题