mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-10-15 05:30:09 +00:00
minor refactoring, added inc and dec operators
This commit is contained in:
@@ -76,6 +76,8 @@ void tableRemoveWhite(CState *state, CTable *tbl) {
|
||||
cosmoT_remove(state, tbl, entry->key);
|
||||
}
|
||||
}
|
||||
|
||||
cosmoT_checkShrink(state, tbl); // recovers the memory we're no longer using
|
||||
}
|
||||
|
||||
void markArray(CState *state, CValueArray *array) {
|
||||
|
Reference in New Issue
Block a user