Searched refs:Kmax (Results 1 – 4 of 4) sorted by relevance
473 #define Kmax (sizeof(size_t) << 3) macro
42 static Bigint *freelist[Kmax+1];
278 #define Kmax 7 macro332 static Bigint *freelist[Kmax+1];343 if (k <= Kmax && (rv = freelist[k])) in Balloc()349 if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) { in Balloc()371 if (v->k > Kmax) in Bfree()
295 #define Kmax 7 macro349 static Bigint *freelist[Kmax+1];360 if (k <= Kmax && (rv = freelist[k])) in Balloc()366 if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) { in Balloc()388 if (v->k > Kmax) in Bfree()