Searched refs:uthash_fatal (Results 1 – 2 of 2) sorted by relevance
78 #ifndef uthash_fatal79 #define uthash_fatal(msg) exit(-1) /* fatal error (out of memory,etc) */ macro123 if (!((tbl)->bloom_bv)) { uthash_fatal( "out of memory"); } \154 if (!((head)->hh.tbl)) { uthash_fatal( "out of memory"); } \162 if (! (head)->hh.tbl->buckets) { uthash_fatal( "out of memory"); } \688 if (!_he_new_buckets) { uthash_fatal( "out of memory"); } \
67 #define uthash_fatal(msg) exit(-1) /* fatal error (out of memory,etc) */ macro102 if (!((tbl)->bloom_bv)) { uthash_fatal( "out of memory"); } \132 if (!((head)->hh.tbl)) { uthash_fatal( "out of memory"); } \140 if (! (head)->hh.tbl->buckets) { uthash_fatal( "out of memory"); } \713 if (!_he_new_buckets) { uthash_fatal( "out of memory"); } \