PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ HASH_OVERHEAD

#define HASH_OVERHEAD (   hh,
  head 
)
Value:
((head != NULL) ? ( \
(size_t)(((head)->hh.tbl->num_items * sizeof(UT_hash_handle)) + \
((head)->hh.tbl->num_buckets * sizeof(UT_hash_bucket)) + \
sizeof(UT_hash_table) + \
#define HASH_BLOOM_BYTELEN
Definition: uthash.h:170
struct quantile_llist_element * head
Definition: librtcore.h:2348
struct UT_hash_bucket UT_hash_bucket

Definition at line 1004 of file uthash.h.