- Timestamp:
- Nov 6, 2000, 9:01:26 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/heap.cpp
r4224 r4566 1 /* $Id: heap.cpp,v 1.2 2 2000-09-08 18:07:50sandervl Exp $ */1 /* $Id: heap.cpp,v 1.23 2000-11-06 20:01:26 sandervl Exp $ */ 2 2 3 3 /* … … 51 51 return(NULL); 52 52 53 //Some apps (i.e. nt's cmd.exe) assume the returned pointer is the same as the old one! 54 if(curheap->Size(0, lpMem) > dwBytes) 55 return lpMem; 56 53 57 return(curheap->ReAlloc(dwFlags, lpMem, dwBytes)); 54 58 }
Note:
See TracChangeset
for help on using the changeset viewer.