Changeset 1677 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Sep 1, 2004, 2:49:21 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r1676 r1677 1 %%% $Id: psLibSDRS.tex,v 1.10 2 2004-09-02 00:40:37price Exp $1 %%% $Id: psLibSDRS.tex,v 1.103 2004-09-02 00:49:21 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 599 599 management routines respect the use of the \code{refCounter} field: 600 600 \code{psFree} will not free a block for which \code{refCounter} is not 601 1, and \code{psAlloc} will initialize the field to 1. \code{psFree}602 must generate an error if \code{refCounter} is not 1. However, they 603 do not (and cannot practically) enforce the use of the counters; this 604 is arequirement of external APIs which intend to use the feature.601 1, but shall decrement the \code{refCounter}, and \code{psAlloc} will 602 initialize the field to 1. However, these functions do not (and 603 cannot practically) enforce the use of the counters; this is a 604 requirement of external APIs which intend to use the feature. 605 605 606 606 Several APIs are provided to manage the reference counters. These
Note:
See TracChangeset
for help on using the changeset viewer.
