Ignore:
Timestamp:
Nov 16, 2001, 3:52:56 PM (24 years ago)
Author:
phaller
Message:

slightly more tuning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/os2heap.h

    r7091 r7360  
    1 /* $Id: os2heap.h,v 1.9 2001-10-17 13:38:50 phaller Exp $ */
     1/* $Id: os2heap.h,v 1.10 2001-11-16 14:52:56 phaller Exp $ */
    22
    33/*
     
    5151protected:
    5252
    53     DWORD     dwMaximumSize, dwInitialSize, flOptions, totalAlloc, nrHeaps;
     53    DWORD     dwMaximumSize, dwInitialSize, flOptions, nrHeaps;
     54#ifdef DEBUG
     55    DWORD totalAlloc;
     56#endif
    5457    HANDLE    hPrimaryHeap;
    5558    BOOL      fInitialized;
Note: See TracChangeset for help on using the changeset viewer.