PostGIS
2.5.7dev-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
) + \
(
HASH_BLOOM_BYTELEN
))) : 0U)
UT_hash_handle
Definition:
uthash.h:1082
UT_hash_table
Definition:
uthash.h:1049
UT_hash_bucket
struct UT_hash_bucket UT_hash_bucket
HASH_BLOOM_BYTELEN
#define HASH_BLOOM_BYTELEN
Definition:
uthash.h:170
Definition at line
1004
of file
uthash.h
.
postgis
uthash.h
Generated by
1.9.1