Changeset 6956 for trunk/changelog
- Timestamp:
- Oct 6, 2001, 9:07:44 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r6955 r6956 1 /* $Id: changelog,v 1.172 2 2001-10-06 18:53:35sandervl Exp $ */1 /* $Id: changelog,v 1.1723 2001-10-06 19:07:44 sandervl Exp $ */ 2 2 3 3 2001-10-06: Sander van Leeuwen <sandervl@xs4all.nl> … … 6 6 - KERNEL32: o Reduce overhead for heap allocation 7 7 o Always allocate heap memory from high memory (if available) 8 (prevents running out of virtual memory space while loading 9 big movies in The Playa) 8 o Allocate extra heap memory in 64kb units 9 MUST use 64kb here or else we are at risk of running out 10 of virtual memory space. (when allocating 4kb we actually 11 get 4kb + 60k uncommited) 12 (fixes out of resources error while loading big movies 13 in The Playa) 10 14 11 15 2001-10-05: Sander van Leeuwen <sandervl@xs4all.nl>
Note:
See TracChangeset
for help on using the changeset viewer.