Searched refs:WORDSIZE (Results 1 – 1 of 1) sorted by relevance
71 const size_t WORDSIZE=16; variable132 size = (size + (WORDSIZE - 1)) & ~(WORDSIZE - 1); in allocateMemory()142 blockSize = (size + sizeof(void*) + (WORDSIZE-1) > BLOCKSIZE) ? in allocateMemory()143 size + sizeof(void*) + (WORDSIZE-1) : BLOCKSIZE; in allocateMemory()