Searched defs:alignedBytes (Results 1 – 2 of 2) sorted by relevance
45 void* GrBagOfBytes::alignedBytes(int size, int alignment) { in alignedBytes() function in GrBagOfBytes85 void* GrSubRunAllocator::alignedBytes(int unsafeSize, int unsafeAlignment) { in alignedBytes() function in GrSubRunAllocator
256 size_t alignedBytes = numBytes + mAlignment; in initializeAllocation() local