Changeset 16883
- Timestamp:
- Mar 8, 2008, 11:23:22 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libohana/src/ohana_allocate.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/src/ohana_allocate.c
r7782 r16883 226 226 header = TRUE; 227 227 } 228 fprintf (stderr, "corrupt: %3d %c %c %-15s %3d\n", i, bottom, top, memlist[i].file, memlist[i].line);228 fprintf (stderr, "corrupt: %3d %c %c %-15s %3d\n", i, bottom, top, memlist[i].file, memlist[i].line); 229 229 prev = next = -1; 230 230 for (j = 0; j < Nmemlist; j++) { … … 248 248 fprintf (stderr, "next: %3d %-15s %3d\n", next, memlist[next].file, memlist[next].line); 249 249 } 250 abort ();251 250 } 252 251 return;
Note:
See TracChangeset
for help on using the changeset viewer.
