Changeset 6956 for trunk/changelog


Ignore:
Timestamp:
Oct 6, 2001, 9:07:44 PM (24 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r6955 r6956  
    1 /* $Id: changelog,v 1.1722 2001-10-06 18:53:35 sandervl Exp $ */
     1/* $Id: changelog,v 1.1723 2001-10-06 19:07:44 sandervl Exp $ */
    22
    33 2001-10-06: Sander van Leeuwen <sandervl@xs4all.nl>
     
    66    - KERNEL32: o Reduce overhead for heap allocation
    77                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)
    1014
    1115 2001-10-05: Sander van Leeuwen <sandervl@xs4all.nl>
Note: See TracChangeset for help on using the changeset viewer.