No description
Find a file
helixhorned 1d26121514 Add X{m,c,re}alloc and Xstrdup macros that call an out-of-memory handler on failure.
These wrap the x*alloc or xstrdup functions in compat.c. The handler gets passed
__FILE__, __LINE__ and __func__ (if available) in debugging builds.

Terminating the application process immediately in case of allocation failure
will let us prune many error handling paths and simplify a good portion of code.

git-svn-id: https://svn.eduke32.com/eduke32@4490 1a8010ca-5511-0410-912e-c29ae57300e0
2014-05-30 00:02:16 +00:00
polymer Add X{m,c,re}alloc and Xstrdup macros that call an out-of-memory handler on failure. 2014-05-30 00:02:16 +00:00
.gitignore Remove polymer-perf related lines from .gitignore 2012-10-05 22:37:26 +00:00