30.08.2019 13:56, Dmitry Yemanov wrote:
Which is usually good per se, unless performance is affected (e.g. millions of small objects inside the pool).

Which is a bad idea per se but if these object has no destructor compiler won't generate its call. Operator delete[] instead of individual delete will take care about the rest.


--
  WBR, SD.


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to