A little better prose style
This commit is contained in:
parent
7cf81b5668
commit
d2b1bf73e0
|
@ -172,10 +172,10 @@ this procedure is never called.}
|
||||||
Returns an estimate of the number of bytes of memory occupied by
|
Returns an estimate of the number of bytes of memory occupied by
|
||||||
reachable data from @racket[cust]. This estimate is calculated by the
|
reachable data from @racket[cust]. This estimate is calculated by the
|
||||||
last garbage colection, and can be 0 if none occured (or if none occured
|
last garbage colection, and can be 0 if none occured (or if none occured
|
||||||
since the given custodian was created). @racket[current-memory-use] by
|
since the given custodian was created). The @racket[current-memory-use]
|
||||||
itself does @italic{not} perform a collection; doing one before the call
|
function does @italic{not} perform a collection by itself; doing one
|
||||||
will generally decrease the result (or increase it from 0 if no
|
before the call will generally decrease the result (or increase it from
|
||||||
collections happened yet).
|
0 if no collections happened yet).
|
||||||
|
|
||||||
If @racket[cust] is not provided, the estimate is a total reachable from
|
If @racket[cust] is not provided, the estimate is a total reachable from
|
||||||
any custodians.
|
any custodians.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user