Searched refs:uthash_fatal (Results 1 – 2 of 2) sorted by relevance
81 #ifndef uthash_fatal82 #define uthash_fatal(msg) exit(-1) /* fatal error (out of memory,etc) */ macro145 if (!((tbl)->bloom_bv)) { uthash_fatal( "out of memory"); } \176 if (!((head)->hh.tbl)) { uthash_fatal( "out of memory"); } \184 if (! (head)->hh.tbl->buckets) { uthash_fatal( "out of memory"); } \799 if (!_he_new_buckets) { uthash_fatal( "out of memory"); } \
120 #ifndef uthash_fatal121 #define uthash_fatal(msg) exit(-1) /* fatal OOM error */ macro124 #define HASH_RECORD_OOM(oomed) uthash_fatal("out of memory")