Changeset 2508 for trunk/src/win32k/misc/rmalloc_avl.c
- Timestamp:
- Jan 24, 2000, 4:05:14 AM (26 years ago)
- 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:20bird Exp $1 /* $Id: rmalloc_avl.c,v 1.4 2000-01-24 03:05:14 bird Exp $ 2 2 * 3 3 * Resident Heap - AVL. … … 121 121 ******************************************************************************/ 122 122 static PHEAPANCHOR phaFirst; /* Pointer to the first anchor block.*/ 123 static PHEAPANCHOR phaLast; /* Pointer to the first anchor block.*/123 static PHEAPANCHOR phaLast; /* Pointer to the last anchor block.*/ 124 124 static unsigned cbResHeapMax; /* Maximum amount of memory used by the heap. */ 125 125
Note:
See TracChangeset
for help on using the changeset viewer.