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:
parent
b4cfc119a7
commit
547c9908f5
2 changed files with 20 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue