Changeset 32608
- Timestamp:
- Nov 3, 2011, 7:51:29 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110906/Ohana/src
- Files:
-
- 5 edited
-
libohana/include/ohana.h (modified) (1 diff)
-
libohana/src/ohana_allocate.c (modified) (1 diff)
-
opihi/cmd.astro/ringflux.c (modified) (1 diff)
-
opihi/cmd.data/vstats.c (modified) (1 diff)
-
opihi/pantasks/init_server.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110906/Ohana/src/libohana/include/ohana.h
r31663 r32608 20 20 21 21 // comment this out to avoid the internal Ohana memory management code 22 //# define OHANA_MEMORY22 # define OHANA_MEMORY 23 23 24 24 // XXX I was including these before, but RHL claims they are not needed -
branches/eam_branches/ipp-20110906/Ohana/src/libohana/src/ohana_allocate.c
r31663 r32608 112 112 // memblock of supplied pointer 113 113 old = (Memblock *) in - 1; 114 115 if (old->startblock != OHANA_MEMMAGIC) ohana_memabort ("corrupt memory (%s, %d, %s)\n", file, line, func); 116 if (old->endblock != OHANA_MEMMAGIC) ohana_memabort ("corrupt memory (%s, %d, %s)\n", file, line, func); 114 117 115 118 Nelem = MAX (1, Nelem); -
branches/eam_branches/ipp-20110906/Ohana/src/opihi/cmd.astro/ringflux.c
r32599 r32608 62 62 } 63 63 if (Nvec >= vec[0].Nelements - 8) { 64 // counting error here 64 65 ResetVector (vec, OPIHI_FLT, vec[0].Nelements + 64); 65 66 } -
branches/eam_branches/ipp-20110906/Ohana/src/opihi/cmd.data/vstats.c
r32607 r32608 208 208 skip: 209 209 FREE(mask); 210 if (mask) mask = NULL; 210 211 211 212 if (!Quiet) { -
branches/eam_branches/ipp-20110906/Ohana/src/opihi/pantasks/init_server.c
r32585 r32608 4 4 int task PROTO((int, char **)); 5 5 int task_host PROTO((int, char **)); 6 int task_nice PROTO((int, char **)); 6 7 int task_nmax PROTO((int, char **)); 7 8 int task_npending PROTO((int, char **));
Note:
See TracChangeset
for help on using the changeset viewer.
