Skip to content
Snippets Groups Projects
  1. Sep 23, 2022
  2. Feb 09, 2020
  3. Jan 12, 2020
  4. Nov 30, 2015
    • Sven M. Hallberg's avatar
      add h_alloc() which calls errx() on failure and use it for all basic allocation · 3fc56a0d
      Sven M. Hallberg authored
      Rationale: "Basic allocation" refers to things outside of parsing proper,
      mostly initialization. If such allocations fail, the system is globally
      emory-starved from which it will likely not recover by returning failure.
      In this case, terminating the process is in fact the most robust strategy as
      it may mean the difference between a permanent hang and a temporary crash.
      3fc56a0d
  5. Oct 30, 2015
  6. Aug 02, 2015
  7. Jun 15, 2013
  8. Oct 10, 2012
  9. Oct 08, 2012
  10. May 26, 2012
  11. May 17, 2012
  12. May 12, 2012
  13. Apr 22, 2012
Loading