Changeset 3248
- Timestamp:
- Feb 16, 2005, 4:34:56 PM (21 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r3235 r3248 1 %%% $Id: ChangeLogSDRS.tex,v 1. 69 2005-02-16 00:38:40 jhoblittExp $1 %%% $Id: ChangeLogSDRS.tex,v 1.70 2005-02-17 02:34:52 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 473 473 \item add limit param to psDBSelectRows() 474 474 \item change psDBUpdateRows() & psDBDeleteRows() to return signed values 475 \end{itemize} 475 \item Made \code{psMemSetDeallocator} and \code{psMemGetDeallocator} 476 public functions, and cleaned up description. 477 \end{itemize} -
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.
