tboox / tbox

🎁 A glib-like multi-platform c library
https://docs.tboox.org
Apache License 2.0
4.84k stars 719 forks source link

Does TBOX also abort in out-of-memory situations like GLib? #240

Closed ghost closed 11 months ago

ghost commented 11 months ago

GLib is listed on suckless.org's sucks because of this very reason:

https://suckless.org/sucks/

waruqi commented 11 months ago

debug mode: abort and show backtrace release mode: do not abort, it only return null or false.