Changeset 34824 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.cpp
- Timestamp:
- Jun 26, 2008, 9:32:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.cpp
r34756 r34824 298 298 static void forceLock(malloc_zone_t*) { } 299 299 static void forceUnlock(malloc_zone_t*) { } 300 static void statistics(malloc_zone_t*, malloc_statistics_t* ) {}300 static void statistics(malloc_zone_t*, malloc_statistics_t* stats) { memset(stats, 0, sizeof(malloc_statistics_t)); } 301 301 302 302 private:
Note:
See TracChangeset
for help on using the changeset viewer.