Ignore:
Timestamp:
Jan 24, 2000, 7:19:01 PM (26 years ago)
Author:
bird
Message:

Heapchanges: Heap is splitted into a swappable and a resident. The heaps
are dynamically growable.

File:
1 edited

Legend:

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

    r2510 r2511  
    1 /* $Id: malloc_old.c,v 1.1 2000-01-24 12:48:42 bird Exp $
     1/* $Id: malloc_old.c,v 1.2 2000-01-24 18:19:00 bird Exp $
    22 *
    33 * Heap.
     
    4040#ifdef RING0
    4141    #include "dev32hlp.h"
    42     #include "asmutils.h"
    43 #else
    44     #include <builtin.h>
    45     #define Int3() __interrupt(3)
    4642#endif
     43#include "asmutils.h"
    4744#include "log.h"
    4845#include "malloc.h"
Note: See TracChangeset for help on using the changeset viewer.