Changeset 34756 in webkit for trunk/JavaScriptCore/wtf/TCSystemAlloc.h
- Timestamp:
- Jun 23, 2008, 10:34:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/TCSystemAlloc.h
r28434 r34756 63 63 extern void TCMalloc_SystemRelease(void* start, size_t length); 64 64 65 #if HAVE(VIRTUALALLOC) 66 extern void TCMalloc_SystemCommit(void* start, size_t length); 67 #else 68 inline void TCMalloc_SystemCommit(void*, size_t) { } 69 #endif 70 65 71 #endif /* TCMALLOC_SYSTEM_ALLOC_H__ */
Note:
See TracChangeset
for help on using the changeset viewer.