1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Handle uninitialized CE attribute data

This commit is contained in:
Brian Fiete 2025-01-22 07:12:07 -08:00
parent b4cfc119a7
commit 547c9908f5
2 changed files with 20 additions and 8 deletions

View file

@ -1169,6 +1169,7 @@ public:
void AddTypeSigRebuild(BfType* type);
void AddFileRebuild(const StringImpl& filePath);
uint8* CeMalloc(int size);
uint8* CeMallocZero(int size);
bool CeFree(addr_ce addr);
addr_ce CeAllocArray(BfArrayType* arrayType, int count, addr_ce& elemsAddr);
addr_ce GetReflectTypeDecl(int typeId);