Waitrud Weber’s blog

things and reminders for memories

2019-01-13から1日間の記事一覧

Garbage Collection

Garbage Collection Basically, We use malloc inside scope like function and then free memories like the following: void Scope(){ char* dummu; dummy = malloc ( sizeof(char)* 10 ); free(dummy);} sub lootin has usually sub lootin.on the follow…