Error recovery (was: The "too small to fail" memory-allocation rule)
Error recovery (was: The "too small to fail" memory-allocation rule)
Posted Dec 25, 2014 22:28 UTC (Thu) by epa (subscriber, #39769)In reply to: Error recovery (was: The "too small to fail" memory-allocation rule) by agrover
Parent article: The "too small to fail" memory-allocation rule
The terminology used is unfortunate. It is not that small allocations "cannot fail". Of course if the memory is unavailable, any memory allocation will fail. The question is what failure mode happens. Is it by a false status being returned to the caller, or is it some other kind of failure such as a kernel panic or hard lockup?