Changeset 5605 for trunk/src/kernel32/heap.cpp
- Timestamp:
- Apr 27, 2001, 7:35:41 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/heap.cpp
r5116 r5605 1 /* $Id: heap.cpp,v 1.2 5 2001-02-11 17:24:09sandervl Exp $ */1 /* $Id: heap.cpp,v 1.26 2001-04-27 17:35:40 sandervl Exp $ */ 2 2 3 3 /* … … 37 37 38 38 rc = curheap->Alloc(dwFlags, dwBytes); 39 dprintf2(("HeapAlloc % Xbytes -> %x", dwBytes, rc));39 dprintf2(("HeapAlloc %d bytes -> %x", dwBytes, rc)); 40 40 return rc; 41 41 }
Note:
See TracChangeset
for help on using the changeset viewer.