Changeset 3248 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Feb 16, 2005, 4:34:56 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r3235 r3248 1 %%% $Id: psLibSDRS.tex,v 1.18 1 2005-02-16 00:38:40 jhoblittExp $1 %%% $Id: psLibSDRS.tex,v 1.182 2005-02-17 02:34:56 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 463 463 464 464 \begin{verbatim} 465 void p _psMemSetDeallocator(void* ptr, psFreeFcn freeFcn);466 psFreeFcn p _psMemGetDeallocator(void* ptr);465 void psMemSetDeallocator(void* ptr, psFreeFcn freeFcn); 466 psFreeFcn psMemGetDeallocator(void* ptr); 467 467 \end{verbatim} 468 468 … … 476 476 free function would free the data element references they may contain. 477 477 478 The fucntion \code{p _psSetFreeFcn} is used to associated a free479 function to a memory block, while \code{p _psGetFreeFcn} retrieves the480 last free function set. To remove a free function from a memory481 block, the \code{ps SetFreeFcn} should be invoked with \code{NULL}. If482 no free function is set, \code{p_psGetFreeFcn} shall return 483 \code{NULL}.478 The fucntion \code{psMemSetDeallocator} is used to associated a free 479 function to a memory block, while \code{psMemGetDeallocator} retrieves 480 the last free function set. To remove a free function from a memory 481 block, the \code{psMemSetDeallocator} should be invoked with 482 \code{NULL}. If no free function is set, \code{psMemGetDeallocator} 483 shall return \code{NULL}. 484 484 485 485 \subsubsection{Callback Routines}
Note:
See TracChangeset
for help on using the changeset viewer.
