StructData::__Mark is never called, and after looking into the marking process, it seems as though StructData should be allocated with NewObjContainer, rather than NewObjAlloc.
|
inline void *operator new( size_t inSize, hx::NewObjectType inAlloc=NewObjAlloc) |
StructData::__Mark is never called, and after looking into the marking process, it seems as though StructData should be allocated with NewObjContainer, rather than NewObjAlloc.
hxcpp/src/Dynamic.cpp
Line 163 in 14e6ed0