Changeset 10641 in webkit for trunk/JavaScriptCore/kjs/collector.h
- Timestamp:
- Sep 27, 2005, 7:25:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/collector.h
r9768 r10641 54 54 */ 55 55 static bool collect(); 56 static int size();56 static size_t size(); 57 57 static bool outOfMemory() { return memoryFull; } 58 58 … … 64 64 #endif 65 65 66 static int numInterpreters();67 static int numGCNotAllowedObjects();68 static int numReferencedObjects();66 static size_t numInterpreters(); 67 static size_t numGCNotAllowedObjects(); 68 static size_t numReferencedObjects(); 69 69 #if APPLE_CHANGES 70 70 static const void *rootObjectClasses(); // actually returns CFSetRef
Note:
See TracChangeset
for help on using the changeset viewer.