Move xmalloc to trivia/util.h
We want to use the xmalloc helper throughout the code, not only in the core lib. Move its definition to trivia/util.h and use fprintf+exit instead of say/panic in order not to create circular dependencies.
src/lib/core/xmalloc.h
deleted
100644 → 0
Please register or sign in to comment