Searched refs:int_mask (Results 1 – 1 of 1) sorted by relevance
35 static const int int_mask = sizeof(int) - 1; variable279 ptr = (ptr + int_mask) & ~int_mask; in postred_ptr()436 alloc_size = (alloc_size + int_mask) & ~int_mask; in smalloc_pool()