Changeset 435 for trunk/src/kernel32/heapstring.cpp
- Timestamp:
- Aug 6, 1999, 2:14:12 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/heapstring.cpp
r434 r435 656 656 if (!p) 657 657 { 658 dprintf(("KERNEL32: HEAP_malloc(%08xh,%08xh,%08xh) out of memory.\n", 659 heap, 660 flags, 658 dprintf(("KERNEL32: HEAP_malloc(%08xh) out of memory.\n", 661 659 size)); 662 660 } … … 682 680 if (!p) 683 681 { 684 dprintf(("KERNEL32: HEAP_realloc(%08xh,%08xh,%08xh,%08xh) out of memory.\n", 685 heap, 686 flags, 682 dprintf(("KERNEL32: HEAP_realloc(%08xh,%08xh) out of memory.\n", 687 683 lpMem, 688 684 size));
Note:
See TracChangeset
for help on using the changeset viewer.