Searched refs:tczeromap (Results 1 – 5 of 5) sorted by relevance
3744 void *tczeromap(uint64_t size);
971 buf = tczeromap(myrand(1024*256) + 1); in procmisc()
671 * tcutil.c (tczeromap, tczerounmap): new functions.
1001 buckets = tczeromap(bnum * sizeof(*buckets)); in tcmapnew2()9582 void *tczeromap(uint64_t size){ in tczeromap() function
1138 buckets = tczeromap(bnum * sizeof(*buckets)); in tcidsetnew()