mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
Added alloctype(T)
This commit is contained in:
parent
a4abd54e7d
commit
9d5d5b4063
12 changed files with 95 additions and 39 deletions
|
@ -372,7 +372,7 @@ public:
|
|||
|
||||
HashSet<BfTypeInstance*> mQueuedSpecializedMethodRebuildTypes;
|
||||
|
||||
BfAllocPool<BfPointerType> mPointerTypePool;
|
||||
BfAllocPool<BfPointerType> mPointerTypePool;
|
||||
BfAllocPool<BfArrayType> mArrayTypePool;
|
||||
BfAllocPool<BfSizedArrayType> mSizedArrayTypePool;
|
||||
BfAllocPool<BfUnknownSizedArrayType> mUnknownSizedArrayTypePool;
|
||||
|
@ -380,7 +380,7 @@ public:
|
|||
BfAllocPool<BfTupleType> mTupleTypePool;
|
||||
BfAllocPool<BfTypeAliasType> mAliasTypePool;
|
||||
BfAllocPool<BfRefType> mRefTypePool;
|
||||
BfAllocPool<BfModifiedTypeType> mRetTypeTypePool;
|
||||
BfAllocPool<BfModifiedTypeType> mModifiedTypeTypePool;
|
||||
BfAllocPool<BfTypeInstance> mGenericTypeInstancePool;
|
||||
BfAllocPool<BfArrayType> mArrayTypeInstancePool;
|
||||
BfAllocPool<BfGenericParamType> mGenericParamTypePool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue