Changeset 38849 in webkit for trunk/JavaScriptCore/runtime/Collector.h
- Timestamp:
- Nov 29, 2008, 11:09:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Collector.h
r38622 r38849 89 89 void reportExtraMemoryCost(size_t cost); 90 90 91 size_t size(); 91 size_t objectCount(); 92 struct Statistics { 93 size_t size; 94 size_t free; 95 }; 96 Statistics statistics() const; 92 97 93 98 void setGCProtectNeedsLocking();
Note:
See TracChangeset
for help on using the changeset viewer.