Searched refs:roundUpToAlignment (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DArgumentDecoder.cpp59 static inline uint8_t* roundUpToAlignment(uint8_t* ptr, unsigned alignment) function in namespace:IPC
86 uint8_t* alignedPosition = roundUpToAlignment(m_bufferPos, alignment);
99 return alignedBufferIsLargeEnoughToContain(roundUpToAlignment(m_bufferPos, alignment), m_bufferEnd, size);
H A DArgumentEncoder.cpp79 static inline size_t roundUpToAlignment(size_t value, unsigned alignment) function in namespace:IPC
89 size_t newCapacity = roundUpToAlignment(m_bufferCapacity * 2, 4096);
108 size_t alignedSize = roundUpToAlignment(m_bufferSize, alignment);

Completed in 84 milliseconds