IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2004, 3:09:20 PM (22 years ago)
Author:
rhl
Message:

Follow changes to psMem APIs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/src/Utils/tst_trace.c

    r390 r566  
    66#include "psLib.h"
    77
    8 static int my_MemAllocateCB(const psMemBlock *ptr)
     8static long my_MemAllocateCB(const psMemBlock *ptr)
    99{
    1010    static int n = 1;                   // "p_psMemAllocateID += n"
     
    2323    psSetLogFormat("NM");               // suppress some of the psLogMsg verbosity
    2424
    25     (void)psMemAllocateSetCB(my_MemAllocateCB);
    26     //(void)psMemFreeSetCB(my_MemAllocateCB);
    27     psMemSetAllocateID(1);
    28     psMemSetFreeID(14);
     25    (void)psMemAllocateCBSet(my_MemAllocateCB);
     26    //(void)psMemFreeCBSet(my_MemAllocateCB);
     27    psMemAllocateIDSet(1);
     28    psMemFreeIDSet(14);
    2929   
    3030#if 0
Note: See TracChangeset for help on using the changeset viewer.