Ignore:
Timestamp:
Dec 30, 2011, 11:03:12 AM (14 years ago)
Author:
dmik
Message:

kernel32: More logging.

File:
1 edited

Legend:

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

    r21302 r21932  
    178178    DWORD     dwAllocBytes;
    179179
    180 //  dprintf(("OS2Heap::Alloc\n"));
     180#if 0
     181    extern HANDLE Heap_ProcessHeap;
     182    dprintf(("OS2Heap::Alloc(%x:%x:%x) %x %d\n",
     183             this, getHeapHandle(), Heap_ProcessHeap, dwFlags, dwBytes));
     184#endif
    181185
    182186    //size must be multiple of 8 bytes
Note: See TracChangeset for help on using the changeset viewer.