Ignore:
Timestamp:
Jan 24, 2000, 4:05:14 AM (26 years ago)
Author:
bird
Message:

Corrections. Still some bugs in smalloc_avl.c.

File:
1 edited

Legend:

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

    r2507 r2508  
    1 /* $Id: rmalloc_avl.c,v 1.3 2000-01-24 01:45:20 bird Exp $
     1/* $Id: rmalloc_avl.c,v 1.4 2000-01-24 03:05:14 bird Exp $
    22 *
    33 * Resident Heap - AVL.
     
    121121******************************************************************************/
    122122static PHEAPANCHOR  phaFirst;           /* Pointer to the first anchor block.*/
    123 static PHEAPANCHOR  phaLast;            /* Pointer to the first anchor block.*/
     123static PHEAPANCHOR  phaLast;            /* Pointer to the last anchor block.*/
    124124static unsigned     cbResHeapMax;       /* Maximum amount of memory used by the heap. */
    125125
Note: See TracChangeset for help on using the changeset viewer.