IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.