IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3921


Ignore:
Timestamp:
May 12, 2005, 10:08:37 PM (21 years ago)
Author:
eugene
Message:

fixed up ohana memory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/src/ohana_allocate.c

    r3906 r3921  
    162162    Ns[N] ++;
    163163    if ((allmemory == 0) && (memlist[i].state == STATE_FREE)) continue;
    164     fprintf (stderr, "%3d %c %s %d\n", Ns[N], S[N], memlist[i].file, memlist[i].line);
     164    fprintf (stderr, "%3d %4d %c %s %d\n", Ns[N], i, S[N], memlist[i].file, memlist[i].line);
    165165  }
    166166  fprintf (stderr, "Nused: %d (Nalloc: %d, Nrealloc: %d), Nfree: %d\n",
    167167           Ns[0]+Ns[1], Ns[0], Ns[1], Ns[2]);
     168  return;
    168169}
Note: See TracChangeset for help on using the changeset viewer.