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
) + \
(
HASH_BLOOM_BYTELEN
))) : 0U)
HASH_BLOOM_BYTELEN
#define HASH_BLOOM_BYTELEN
Definition:
uthash.h:170
UT_hash_handle
Definition:
uthash.h:1082
UT_hash_table
Definition:
uthash.h:1049
quantile_llist::head
struct quantile_llist_element * head
Definition:
librtcore.h:2348
UT_hash_bucket
struct UT_hash_bucket UT_hash_bucket
Definition at line
1004
of file
uthash.h
.
postgis
uthash.h
Generated by
1.8.13