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. Dec 07, 2014
    • Steven Dee's avatar
      llvm doesn't care about your size · b1078c3d
      Steven Dee authored
      They apparently removed alloc_size at some point (it was a no-op
      beforehand), causing the attribute to throw an error when clang compiles
      anything including allocator.h.
      b1078c3d
  7. Jan 16, 2014
  8. Nov 23, 2013
  9. Nov 20, 2013
  10. Nov 16, 2013
  11. Jan 13, 2013
  12. Oct 10, 2012
  13. Oct 08, 2012
  14. May 26, 2012
  15. May 12, 2012
  16. Apr 29, 2012
  17. Apr 23, 2012
  18. Apr 22, 2012
Loading