Changeset 2506 for trunk/src/win32k/include/rmalloc.h
- Timestamp:
- Jan 24, 2000, 2:44:08 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/rmalloc.h
r2502 r2506 1 /* $Id: rmalloc.h,v 1. 1 2000-01-22 18:22:26bird Exp $1 /* $Id: rmalloc.h,v 1.2 2000-01-24 01:44:08 bird Exp $ 2 2 * 3 3 * Resident Heap. … … 24 24 * Exported Functions and Variables * 25 25 *******************************************************************************/ 26 int ResHeapInit(unsigned, unsigned);26 int resHeapInit(unsigned, unsigned); 27 27 void * rmalloc(unsigned); 28 28 void * rrealloc(void *, unsigned);
Note:
See TracChangeset
for help on using the changeset viewer.