Changeset 38848 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.cpp
- Timestamp:
- Nov 29, 2008, 4:39:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.cpp
r38844 r38848 233 233 234 234 void releaseFastMallocFreeMemory() { } 235 236 FastMallocStatistics fastMallocStatistics() 237 { 238 FastMallocStatistics statistics; 239 statistics.heapSize = 0; 240 statistics.freeSize = 0; 241 statistics.returnedSize = 0; 242 return statistics; 243 } 235 244 236 245 #if HAVE(VIRTUALALLOC)
Note:
See TracChangeset
for help on using the changeset viewer.