Ensured that messages are aligned to 8 byte words on 64bit ARM 75/33375/1
authorDavid Steele <david.steele@partner.samsung.com>
Thu, 8 Jan 2015 17:58:28 +0000 (17:58 +0000)
committerDavid Steele <david.steele@partner.samsung.com>
Thu, 8 Jan 2015 17:58:28 +0000 (17:58 +0000)
commitd4b9365473718d89ddb7905351613bb51ad2d9b9
tree2a045eaeea1e4293b0237b3a1af599c4a20e63c4
parentbe1e76cb30ea56dbc46228067a66327cbcf6fc2c
Ensured that messages are aligned to 8 byte words on 64bit ARM

Message buffers were aligning to sizeof(unsigned int), which is
not the size of a word on 64bit arm. Instead, it should use
sizeof(std::ptrdiff_t) to get word aligned memory.

Change-Id: Id84818efcaccdf531792b6f22d9ad65fd67d1106
Signed-off-by: David Steele <david.steele@partner.samsung.com>
dali/internal/common/message-buffer.cpp
dali/internal/common/message-buffer.h