Ignore:
Timestamp:
Nov 1, 1999, 10:28:59 AM (26 years ago)
Author:
bird
Message:

Correcte a few bug rearding HEAP_SIZE and Yield.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/misc/malloc.c

    r1467 r1536  
    1 /* $Id: malloc.c,v 1.3 1999-10-27 02:03:00 bird Exp $
     1/* $Id: malloc.c,v 1.4 1999-11-01 09:28:58 bird Exp $
    22 *
    33 * Heap.
     
    624624int _rmem_init(void)
    625625{
    626     int rc = heapInit(HEAP_SIZE);
     626    int rc = heapInit(0x100000);
    627627    return rc;
    628628}
Note: See TracChangeset for help on using the changeset viewer.