Searched refs:uthash_fatal (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/common/
H A Duthash.h71 #ifndef uthash_fatal
72 #define uthash_fatal(msg) exit(-1) /* fatal error (out of memory,etc) */ macro
116 if (!((tbl)->bloom_bv)) { uthash_fatal( "out of memory"); } \
146 if (!((head)->hh.tbl)) { uthash_fatal( "out of memory"); } \
154 if (! (head)->hh.tbl->buckets) { uthash_fatal( "out of memory"); } \
659 if (!_he_new_buckets) { uthash_fatal( "out of memory"); } \
/freebsd-11-stable/contrib/libucl/uthash/
H A Duthash.h70 #ifndef uthash_fatal
71 #define uthash_fatal(msg) exit(-1) /* fatal error (out of memory,etc) */ macro
115 if (!((tbl)->bloom_bv)) { uthash_fatal( "out of memory"); } \
146 if (!((head)->hh.tbl)) { uthash_fatal( "out of memory"); } \
154 if (! (head)->hh.tbl->buckets) { uthash_fatal( "out of memory"); } \
446 if (!_he_new_buckets) { uthash_fatal( "out of memory"); } \

Completed in 54 milliseconds