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/heapcode.cpp

    r2802 r5075  
    1 /* $Id: heapcode.cpp,v 1.2 2000-02-16 14:23:57 sandervl Exp $ */
     1/* $Id: heapcode.cpp,v 1.3 2001-02-09 18:31:05 sandervl Exp $ */
    22/*
    33 * Code heap functions for OS/2
     
    2222#include "dbglocal.h"
    2323
    24 static Heap_t  codeHeap = 0;
     24Heap_t  codeHeap = 0;
    2525static PVOID   pCodeMem = NULL;
    2626
     
    6767//******************************************************************************
    6868//******************************************************************************
    69 void  *_cmalloc(size_t size)
    70 {
    71   return _umalloc(codeHeap, size);
    72 }
    73 //******************************************************************************
    74 //******************************************************************************
    7569void * _LNK_CONV getmoreCodeMem(Heap_t pHeap, size_t *size, int *clean)
    7670{
Note: See TracChangeset for help on using the changeset viewer.