Home
last modified time | relevance | path

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

/third_party/libdrm/intel/
Duthash.h81 #ifndef uthash_fatal
82 #define uthash_fatal(msg) exit(-1) /* fatal error (out of memory,etc) */ macro
145 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"); } \
/third_party/libcoap/include/coap3/
Duthash.h120 #ifndef uthash_fatal
121 #define uthash_fatal(msg) exit(-1) /* fatal OOM error */ macro
124 #define HASH_RECORD_OOM(oomed) uthash_fatal("out of memory")