C++
struct TDynArrayRec { public: #if defined(__clang__) && (__POINTER_WIDTH__ == 64) int _Padding; #endif /* X64 */ int RefCnt; DynArrInt Length; };
動的配列のメモリ管理のための基本メカニズムを表します。