Home
last modified time | relevance | path

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

/external/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"); } \