Changeset 244316 in webkit
- Timestamp:
- Apr 15, 2019, 6:19:27 PM (7 years ago)
- Location:
- trunk/Source/bmalloc
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
bmalloc/AvailableMemory.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/bmalloc/ChangeLog
r244244 r244316 1 2019-04-15 Yoshiaki Jitsukawa <yoshiaki.jitsukawa@sony.com> 2 3 Unreviewed. Build fix after r244244. 4 5 * bmalloc/AvailableMemory.cpp: 6 1 7 2019-04-13 Zan Dobersek <zdobersek@igalia.com> 2 8 -
trunk/Source/bmalloc/bmalloc/AvailableMemory.cpp
r244244 r244316 93 93 #endif 94 94 95 #if BOS( UNIX)95 #if BOS(LINUX) 96 96 struct LinuxMemory { 97 97 static const LinuxMemory& singleton()
Note:
See TracChangeset
for help on using the changeset viewer.