23 #ifndef _KJSCOLLECTOR_H_ 24 #define _KJSCOLLECTOR_H_ 26 #define KJS_MEM_LIMIT 500000 58 static bool outOfMemory() {
return memoryFull; }
64 static void finalCheck();
68 static bool memoryFull;
static bool collect()
Run the garbage collection.
static void * allocate(size_t s)
Register an object with the collector.