Searched refs:Kmax (Results 1 – 2 of 2) sorted by relevance
296 #define Kmax 7 macro350 static Bigint *freelist[Kmax+1];361 if (k <= Kmax && (rv = freelist[k])) in Balloc()367 if (k <= Kmax && pmem_next - private_mem + len <= (Py_ssize_t)PRIVATE_mem) { in Balloc()389 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()