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

Heapcoding nearly completed...

File:
1 edited

Legend:

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

    r2503 r2507  
    1 /* $Id: rmalloc.c,v 1.2 2000-01-23 03:20:53 bird Exp $
     1/* $Id: rmalloc.c,v 1.3 2000-01-24 01:45:20 bird Exp $
    22 *
    33 * Resident Heap.
     
    66 *       Use with care! We're running at Ring-0!
    77 *
    8  * Copyright (c) 1999 knut st. osmundsen
     8 * Copyright (c) 1999-2000 knut st. osmundsen
    99 *
    1010 * Project Odin Software License can be found in LICENSE.TXT
     
    434434 * @param     cbSizeMax   Maximum heapsize in bytes.
    435435 */
    436 int ResHeapInit(unsigned cbSizeInit, unsigned cbSizeMax)
     436int resHeapInit(unsigned cbSizeInit, unsigned cbSizeMax)
    437437{
    438438    unsigned cbSize = MAX(BLOCKSIZE, cbSizeInit);
Note: See TracChangeset for help on using the changeset viewer.