Ignore:
Timestamp:
Nov 4, 2009, 4:21:24 PM (16 years ago)
Author:
pasha
Message:

Rebuild buffers supply, fix DDCMD_WRITE with len=0 in WAVE chain, remove/add debug output, change DebugInt3 for debug/nondebug version, move unused code to unused directore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/malloc.c

    r33 r468  
    334334
    335335   if (npvReturn)
     336   {
    336337      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();
    340343   }
    341344
Note: See TracChangeset for help on using the changeset viewer.