IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2019, 10:59:30 AM (7 years ago)
Author:
eugene
Message:

add tools to search for kapa memory leaks

Location:
branches/eam_branches/ohana.20190329/src/opihi/cmd.data
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20190329/src/opihi/cmd.data/Makefile

    r40758 r40780  
    7979$(SRC)/join.$(ARCH).o           \
    8080$(SRC)/jpeg.$(ARCH).o           \
     81$(SRC)/kapamemory.$(ARCH).o             \
    8182$(SRC)/kern.$(ARCH).o           \
    8283$(SRC)/keyword.$(ARCH).o        \
  • branches/eam_branches/ohana.20190329/src/opihi/cmd.data/init.c

    r40758 r40780  
    6868int join             PROTO((int, char **));
    6969int jpeg             PROTO((int, char **));
     70int kapamemory       PROTO((int, char **));
    7071int kern             PROTO((int, char **));
    7172int keyword          PROTO((int, char **));
     
    264265  {1, "join",         join,             "find the join of two ID vectors"},
    265266  {1, "jpeg",         jpeg,             "convert display image to JPEG"},
     267  {1, "kapamemory",   kapamemory,       "manage kapa memory dump options"},
    266268  {1, "kern",         kern,             "convolve with 3x3 kernel"},
    267269  {1, "keyword",      keyword,          "extract a FITS keyword from image header"},
Note: See TracChangeset for help on using the changeset viewer.