struct axl::rc::RefCountAllocHdr

#include <axl_rc_RefCount.h>

struct RefCountAllocHdr
{
    // fields

    union
    {
        FreeFunc* m_freeFunc;
        uint64_t m_padding;
    };
};