Changeset 38844 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.h
- Timestamp:
- Nov 29, 2008, 2:10:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.h
r38673 r38844 51 51 52 52 void releaseFastMallocFreeMemory(); 53 54 struct FastMallocStatistics { 55 size_t heapSize; 56 size_t freeSize; 57 size_t returnedSize; 58 }; 59 FastMallocStatistics fastMallocStatistics(); 53 60 54 61 } // namespace WTF
Note:
See TracChangeset
for help on using the changeset viewer.