Changeset 4946 for trunk/src/kernel32/mmap.cpp
- Timestamp:
- Jan 14, 2001, 6:16:55 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/mmap.cpp
r4802 r4946 1 /* $Id: mmap.cpp,v 1.4 7 2000-12-16 18:37:26sandervl Exp $ */1 /* $Id: mmap.cpp,v 1.48 2001-01-14 17:16:55 sandervl Exp $ */ 2 2 3 3 /* … … 19 19 * TODO: Suspend all threads when a page is committed (possible that another thread 20 20 * accesses the same memory before the page is read from disk 21 * TODO: File maps for new files (must select an initial size)! 21 22 * 22 23 * Project Odin Software License can be found in LICENSE.TXT
Note:
See TracChangeset
for help on using the changeset viewer.