Remove scratch memory functionality.

This commit is contained in:
bakpakin
2017-07-02 19:52:44 -04:00
parent 113c6cd6ad
commit bfadf6ff12
5 changed files with 103 additions and 55 deletions
-3
View File
@@ -310,9 +310,6 @@ struct Gst {
uint32_t cache_capacity;
uint32_t cache_count;
uint32_t cache_deleted;
/* Scratch memory (should be marked in gc) */
char *scratch;
uint32_t scratch_len;
/* GC roots */
GstThread *thread;
GstTable *modules;