Searched refs:alignSize (Results 1 – 2 of 2) sorted by relevance
38 this->alignSize = aligned; in ArrayMemory()54 this->alignSize = 8; in ArrayMemory()93 if (this->alignSize > 0) in NewBuffer()99 pad = this->alignSize*ceil(1.0*offset / (1.0*this->alignSize)) - offset; in NewBuffer()
56 int alignSize; variable