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

heap header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/heapcode.h

    r2031 r5077  
    1 /* $Id: heapcode.h,v 1.1 1999-12-09 00:50:46 sandervl Exp $ */
     1/* $Id: heapcode.h,v 1.2 2001-02-09 18:32:06 sandervl Exp $ */
    22/*
    33 * Code heap functions for OS/2
     
    1111#include <heapshared.h>
    1212
     13extern Heap_t codeHeap;
     14
    1315BOOL   InitializeCodeHeap();
    1416void   DestroyCodeHeap();
    1517
    16 void  *_cmalloc(size_t size);
     18#define _cmalloc(size)  _umalloc(codeHeap, size)
    1719
    1820#endif
Note: See TracChangeset for help on using the changeset viewer.