~ chicken-core (chicken-5) 9953fa4b27b9e539f29aa78f5fb9b3cac3a25b46


commit 9953fa4b27b9e539f29aa78f5fb9b3cac3a25b46
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sun May 5 13:53:01 2013 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sun May 5 13:53:01 2013 +0200

    documented release-number-vector

diff --git a/manual/Unit srfi-4 b/manual/Unit srfi-4
index cbd167fe..5b80983f 100644
--- a/manual/Unit srfi-4	
+++ b/manual/Unit srfi-4	
@@ -304,6 +304,17 @@ Return a newly-allocated SRFI-4 homogeneous number VECTOR consisting
 of the elements of LIST.  Each element of LIST must be compatible
 with the datatype of VECTOR.
 
+=== Release number vectors allocated in static memory
+
+<procedure>(release-number-vector NVECTOR)</procedure>
+
+Release the storage of a SRFI-4 vector that was allocated in
+non-garbage collected memory (using one of the {{make-XXXvector}}
+constructor procedures). The effect of calling this procedure with a
+number vector allocated in normal garbage collected memory is
+undefined.
+
+
 ---
 Previous: [[Unit srfi-1]]
 
Trap