[tarantool-patches] Re: [PATCH 1/1] small: introduce static allocator
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Sat May 4 00:32:16 MSK 2019
On 04/05/2019 00:26, Konstantin Osipov wrote:
> * Vladislav Shpilevoy <v.shpilevoy at tarantool.org> [19/04/28 21:42]:
>
> OK to push.
>
> Shouldn't you align the address or provide an aligned alloc along
> with the basic one?
I thought about a function like static_aligned_alloc just like we
have for region, but was not sure if we need it now. There are no
code uses old tt_static_buf for data needed alignment. I hoped we
could implement it on demand.
But if you think we should implement it now, I can do that.
Should I?
>
> --
> Konstantin Osipov, Moscow, Russia, +7 903 626 22 32
>
More information about the Tarantool-patches
mailing list