IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3620


Ignore:
Timestamp:
Mar 31, 2005, 6:14:39 PM (21 years ago)
Author:
jhoblitt
Message:

restrictions on the use of malloc, calloc, realloc, and free should not be unintentional imposed on 3rd party code.

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/ChangeLogSDRS.tex

    r3564 r3620  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.78 2005-03-30 21:14:48 eugene Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.79 2005-04-01 04:14:39 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    520520\item Moved Fixed Pattern out of Astronomical Images
    521521\end{itemize}
    522 \end{itemize}
     522
     523\item Restrictions on the use of \code{malloc}, \code{calloc}, \code{realloc}, and \code{free} should not be unintentional imposed on 3rd party code.
     524\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r3564 r3620  
    1 %%% $Id: psLibSDRS.tex,v 1.192 2005-03-30 21:14:48 eugene Exp $
     1%%% $Id: psLibSDRS.tex,v 1.193 2005-04-01 04:14:39 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    446446call \code{p_psAlloc}, \code{p_psRealloc}, or \code{p_psFree} via the
    447447macros defined above.
     448
     449The above restrictions must apply strictly to the code within PSLib, and other
     450dependent software, such as e.g., PSModules, may choose to enforce the
     451restrictions as well.  Software which employs PSLib should be allowed to
     452optionally employ this enforcement or not, depending on which version of the
     453global include file is chosen.
    448454 
    449455The functions \code{psAlloc} and \code{psRealloc} must never return a
Note: See TracChangeset for help on using the changeset viewer.