eo: let's not duplicate our align code with a less efficient one.

This commit is contained in:
Cedric BAIL 2013-04-04 12:21:05 +09:00
parent fa20ab7269
commit a13456b04c
1 changed files with 1 additions and 2 deletions

View File

@ -64,8 +64,7 @@ struct _Eo {
(_eo_classes[id - 1]) : NULL; \
})
#define EO_ALIGN_SIZE(size) \
((size) + (sizeof(void *) - ((size) % sizeof(void *))))
#define EO_ALIGN_SIZE(size) eina_mempool_alignof(size)
typedef struct _Dich_Chain1 Dich_Chain1;