Loading lib_debug/wmc_auto.c +0 −4 Original line number Diff line number Diff line Loading @@ -791,10 +791,6 @@ void* mem_alloc( Num_Records++; } else { printf("Record Exists"); } /* Allocate memory block for the new record, add signature before the beginning and after the memory block and fill it with magic value */ ptr_record->block_ptr = mem_alloc_block(size, size_str); Loading Loading
lib_debug/wmc_auto.c +0 −4 Original line number Diff line number Diff line Loading @@ -791,10 +791,6 @@ void* mem_alloc( Num_Records++; } else { printf("Record Exists"); } /* Allocate memory block for the new record, add signature before the beginning and after the memory block and fill it with magic value */ ptr_record->block_ptr = mem_alloc_block(size, size_str); Loading