Lines Matching +full:2 +full:k

17 'ev 2
23 \f2\s12\h'\\n(.lu-\w'\\*(=f'u'\\*(=f\fP\s0\h'|0u'
29 'ev 2
36 'if \\n(cm=1 'ft 2
43 'ft 2
44 'ds +K
45 'ds -K
50 'ds +K \f3
51 'ds -K \fP
59 \f2\s14\h'\\n(.lu-\w'\\$1'u'\\$1\fP\s0\h'|0u'\c
81 .\" 2. Redistributions in binary form must reproduce the above copyright
110 \fI*\fP 2 \fI*\fP\fI*\fP MINBUCKET is the smallest unit of memory that will be
118 \fI*\fP Constraints: CLBYTES <= MAXALLOCSAVE <= 2 \fI*\fP\fI*\fP (MINBUCKET + 14)
123 \*(+K#define\*(-K MINBUCKET\h'|31n'4\h'|51n'\fI\h'\w' 'u-\w'/'u'/\fP\fI*\fP\c\c
129 \*(+K#define\*(-K MAXALLOCSAVE\h'|31n'(2 \fI*\fP CLBYTES)
140 \*(+K#define\*(-K MAXKMEM\h'|31n'(1024 \fI*\fP PAGESIZE)
150 \*(+Kextern\*(-K \*(+Kchar\*(-K kmembase[MAXKMEM];
159 \*(+Kstruct\*(-K kmemsizes \*(+K{\*(-K
160 \h'|11n'\*(+Kshort\*(-K\h'|21n'ks\*_indx;\h'|41n'\fI\h'\w' 'u-\w'/'u'/\fP\fI*\fP\c\c
170 \*(+K}\*(-K\c\c
182 \*(+Kstruct\*(-K kmembuckets \*(+K{\*(-K
188 \*(+K}\*(-K\c\c
201 \*(+K#define\*(-K MINALLOCSIZE\h'|31n'(1 << MINBUCKET)
203 \*(+K#define\*(-K BUCKETINDX(size) \e
206 \h'|31n'? (size) <= (MINALLOCSIZE \fI*\fP 2) \e
211 \h'|51n'? (MINBUCKET + 2) \e
235 \*(+K#define\*(-K MALLOC(space, cast, size, flags) \*(+K{\*(-K \e
236 \h'|11n'\*(+Kregister\*(-K \*(+Kstruct\*(-K kmembuckets \fI*\fPkbp = &bucket[BUCKETINDX(size)]; \e
237 \h'|11n'\*(+Klong\*(-K s = splimp(); \e
238 \h'|11n'\*(+Kif\*(-K (kbp\*->kb\*_next == NULL) \*(+K{\*(-K \e
240 \h'|11n'\*(+K}\*(-K \*(+Kelse\*(-K \*(+K{\*(-K \e
243 \h'|11n'\*(+K}\*(-K \e
245 \*(+K}\*(-K\c\c
251 \*(+K#define\*(-K FREE(addr) \*(+K{\*(-K \e
252 \h'|11n'\*(+Kregister\*(-K \*(+Kstruct\*(-K kmembuckets \fI*\fPkbp; \e
253 \h'|11n'\*(+Kregister\*(-K \*(+Kstruct\*(-K kmemsizes \fI*\fPksp = \e
255 \h'|11n'\*(+Klong\*(-K s = splimp(); \e
256 \h'|11n'\*(+Kif\*(-K (1 << ksp\*->ks\*_indx > MAXALLOCSAVE) \*(+K{\*(-K \e
258 \h'|11n'\*(+K}\*(-K \*(+Kelse\*(-K \*(+K{\*(-K \e
262 \h'|11n'\*(+K}\*(-K \e
264 \*(+K}\*(-K\c\c