On 06/14/2016 04:14 PM, Dimitry Sibiryakov wrote:
>     Hello, All.
>
>     Do anybody know why in MemHeader this is an union

To save memory - that pointers are never used together.

>   and how to determine which member is
> valid?
>
> union
> {
>       MemPool*        pool;
Used when block is allocated (points to the pool from which block is 
allocated).
>       MemBlock*       next;
Used when block is free (points to the next block with same size).
> };
>


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to