Home
last modified time | relevance | path

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

/openbsd/lib/libc/db/hash/
H A Dhash.h75 int32_t max_bucket; /* ID of Maximum bucket in use */ member
280 #define MAX_BUCKET hdr.max_bucket
H A Dhash.c910 P_32_COPY(srcp->max_bucket, destp->max_bucket); in swap_header_copy()
941 M_32_SWAP(hdrp->max_bucket); in swap_header()
/openbsd/gnu/usr.bin/perl/
H A Dmalloc.c1384 static char max_bucket; variable
1443 while (bucket <= max_bucket) { in get_from_bigger_buckets()
1713 if (bucket > max_bucket) in morecore()
1714 max_bucket = bucket; in morecore()
2077 if (pow * BUCKETS_PER_POW2 > (MEM_SIZE)max_bucket) in Perl_realloc()
2078 max_bucket = pow * BUCKETS_PER_POW2; in Perl_realloc()