I was wondering if certain of the internal aligned memory management functions (I'm thinking mainly of ei_aligned_malloc / free) might be made part of the public API. I have some specialized code where I'm using posix_memalign to do 16-byte aligned allocation, and I need to replace this call with something cross-platform. ei_aligned_malloc would be perfect, but I try to avoid using things that aren't part of the public API.