Dimitry Sibiryakov
unread,May 31, 2025, 4:32:53 AM5/31/25Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to firebir...@googlegroups.com
Hello,
could someone explain following code?
> HalfStaticArray<UCHAR, BUFFER_LARGE> buffer;
> UCHAR* buffer_ptr = buffer.getBuffer(BUFFER_TINY);
Buffer allocates a large inline storage but only tiny part of it is used.
What's the point?
--
WBR, SD.