mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Large allocation fixes
This commit is contained in:
parent
becd673914
commit
601b08fb2d
7 changed files with 36 additions and 36 deletions
|
@ -557,8 +557,8 @@ public:
|
|||
|
||||
const char* mName;
|
||||
const char* mTypeName;
|
||||
int mTemplateNameIdx;
|
||||
int mSize; // In bytes
|
||||
intptr mSize; // In bytes
|
||||
int mTemplateNameIdx;
|
||||
int mAlign;
|
||||
int mDeclFileIdx;
|
||||
int mDeclLine;
|
||||
|
@ -637,8 +637,8 @@ public:
|
|||
DbgType* RemoveModifiers(bool* hadRef = NULL);
|
||||
String ToStringRaw(DbgLanguage language = DbgLanguage_Unknown);
|
||||
String ToString(DbgLanguage language = DbgLanguage_Unknown, bool allowDirectBfObject = false);
|
||||
int GetByteCount();
|
||||
int GetStride();
|
||||
intptr GetByteCount();
|
||||
intptr GetStride();
|
||||
int GetAlign();
|
||||
void EnsureMethodsMapped();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue