Lines Matching +full:41 +full:a
90 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
101 .H 1 "Appendix A - Implementation Details"
111 \fI*\fP allocated\&. It must be at least large enough to hold a pointer\&.
119 \fI*\fP and MAXALLOCSIZE must be a power of two\&.
135 \fI*\fP Constraints: must be a multiple of the pagesize\&.
146 \fI*\fP This arena is known to start on a page boundary\&.
160 \h'|11n'\*(+Kshort\*(-K\h'|21n'ks\*_indx;\h'|41n'\fI\h'\w' 'u-\w'/'u'/\fP\fI*\fP\c\c
165 \h'|11n'u\*_short\h'|21n'ks\*_pagecnt;\h'|41n'\fI\h'\w' 'u-\w'/'u'/\fP\fI*\fP\c\c
183 \h'|11n'caddr\*_t kb\*_next;\h'|41n'\fI\h'\w' 'u-\w'/'u'/\fP\fI*\fP\c\c
195 \fI*\fP Macro to convert a size to a bucket index\&. If the size is constant,
196 \fI*\fP this macro reduces to a compile time constant\&.
207 \h'|41n'? (size) <= (MINALLOCSIZE \fI*\fP 1) \e
210 \h'|41n': (size) <= (MINALLOCSIZE \fI*\fP 4) \e
214 \h'|41n'? (size) <= (MINALLOCSIZE \fI*\fP 16) \e
217 \h'|41n': (size) <= (MINALLOCSIZE \fI*\fP 64) \e