Changeset 468 for OCO/trunk/drv16/malloc.c
- Timestamp:
- Nov 4, 2009, 4:21:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/malloc.c
r33 r468 334 334 335 335 if (npvReturn) 336 { 336 337 SignatureCheck( (PMEMBLOCK) (((PUCHAR) npvReturn) - HDR_SIZE), (PSZ) "malloc() exit, allocated block" ); 337 else { 338 // Out of Memory !!! 339 int3(); 338 } 339 else 340 { 341 // Out of Memory !!! 342 int3(); 340 343 } 341 344
Note:
See TracChangeset
for help on using the changeset viewer.