24 #ifndef _KJSCOLLECTOR_H_ 25 #define _KJSCOLLECTOR_H_ 27 #define KJS_MEM_LIMIT 500000 59 static bool outOfMemory() {
return memoryFull; }
65 static void finalCheck();
69 static bool memoryFull;
static bool collect()
Run the garbage collection.
static void * allocate(size_t s)
Register an object with the collector.