Closed mgood7123 closed 6 years ago
I am unable to reproduce it on gnu linux (both -m32 and 64 bit)
Tested with
#define Garbage_Collector_Start() tgc_start(&Garbage_Collector_Program, &argc)
int main(int argc)
and it still crashes
nvm it was the for (, , ) that was causing it to crash
when attempting to compile with Mobile C (IOS APP) it crashes but does not happen normally if the tgc is not included or if malloc is outside of the for loop