Changeset 7648 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Jun 22, 2006, 4:35:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r7645 r7648 1 %%% $Id: psLibSDRS.tex,v 1.41 2 2006-06-23 01:53:42price Exp $1 %%% $Id: psLibSDRS.tex,v 1.413 2006-06-23 02:35:05 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 280 280 \subsection{Initialization} 281 281 282 Before certain \code{psTime} functions can be employed, the user must 283 call \code{psTimeInitialize}. 282 Initialization of the library is necessary in the general case. 283 \code{psLibInit} shall initialize those elements of the library that 284 require initialization. This includes loading the time configuration 285 (through \code{psTimeInitialize}). In addition, if the environment 286 variable \code{PS_ALLOC_CHECK} (analagous to \code{MALLOC_CHECK_} 287 under GNU libc 2.x), then a memory check (checking for all leaks, and 288 corruption) shall be performed at exit, with any problems reported to 289 the file specified by \code{PS_ALLOC_CHECK}. 290 291 \code{psLibFinalize} shall free all memory used by psLib. 292 293 \begin{prototype} 294 void psLibInit(const char *timeConfig); 295 void psLibFinalize(void); 296 \end{prototype} 297 298 284 299 285 300 \subsection{Memory Management}
Note:
See TracChangeset
for help on using the changeset viewer.
