| Line 18... |
Line 18... |
| 18 |
unavailable, the \code{size} will be returned as \code{NA}, and
|
18 |
unavailable, the \code{size} will be returned as \code{NA}, and
|
| 19 |
stack-checking is not performed.
|
19 |
stack-checking is not performed.
|
| 20 |
|
20 |
|
| 21 |
%% Reports in Feb 2016 that this is broken by 'musl' on Linux.
|
21 |
%% Reports in Feb 2016 that this is broken by 'musl' on Linux.
|
| 22 |
The information on the stack base address is thought to be accurate on
|
22 |
The information on the stack base address is thought to be accurate on
|
| 23 |
Windows, Linux (using \code{glibc}), OS X and FreeBSD but a heuristic
|
23 |
Windows, Linux (using \code{glibc}), macOS and FreeBSD but a heuristic
|
| 24 |
is used on other platforms. Because this might be slightly
|
24 |
is used on other platforms. Because this might be slightly
|
| 25 |
inaccurate, the current usage could be estimated as negative. (The
|
25 |
inaccurate, the current usage could be estimated as negative. (The
|
| 26 |
heuristic is not used on embedded uses of \R on platforms where the
|
26 |
heuristic is not used on embedded uses of \R on platforms where the
|
| 27 |
stack base information is not thought to be accurate.)
|
27 |
stack base information is not thought to be accurate.)
|
| 28 |
|
28 |
|