Ignore:
Timestamp:
Jan 24, 2000, 2:44:08 AM (26 years ago)
Author:
bird
Message:

Heap coding nearly completed....

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:26 bird Exp $
     1/* $Id: rmalloc.h,v 1.2 2000-01-24 01:44:08 bird Exp $
    22 *
    33 * Resident Heap.
     
    2424*   Exported Functions and Variables                                           *
    2525*******************************************************************************/
    26 int         ResHeapInit(unsigned, unsigned);
     26int         resHeapInit(unsigned, unsigned);
    2727void *      rmalloc(unsigned);
    2828void *      rrealloc(void *, unsigned);
Note: See TracChangeset for help on using the changeset viewer.