Ignore:
Timestamp:
Feb 9, 2001, 7:31:06 PM (25 years ago)
Author:
sandervl
Message:

heap (shared+code) changes + lx dll unload workaround

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/heapshared.cpp

    r3704 r5075  
    1 /* $Id: heapshared.cpp,v 1.6 2000-06-14 02:27:33 phaller Exp $ */
     1/* $Id: heapshared.cpp,v 1.7 2001-02-09 18:31:05 sandervl Exp $ */
    22/*
    33 * Shared heap functions for OS/2
     
    102102//******************************************************************************
    103103//******************************************************************************
    104 void  *_smalloc(size_t size)
    105 {
    106   return _umalloc(sharedHeap, size);
    107 }
    108 //******************************************************************************
    109 //******************************************************************************
    110104ULONG GetPageRangeFree(ULONG pageoffset)
    111105{
Note: See TracChangeset for help on using the changeset viewer.