| Line 2886... |
Line 2886... |
| 2886 |
int attribute_hidden (IS_UTF8)(SEXP x) { return IS_UTF8(x); }
|
2886 |
int attribute_hidden (IS_UTF8)(SEXP x) { return IS_UTF8(x); }
|
| 2887 |
void attribute_hidden (SET_LATIN1)(SEXP x) { SET_LATIN1(x); }
|
2887 |
void attribute_hidden (SET_LATIN1)(SEXP x) { SET_LATIN1(x); }
|
| 2888 |
void attribute_hidden (SET_UTF8)(SEXP x) { SET_UTF8(x); }
|
2888 |
void attribute_hidden (SET_UTF8)(SEXP x) { SET_UTF8(x); }
|
| 2889 |
int attribute_hidden (ENC_KNOWN)(SEXP x) { return ENC_KNOWN(x); }
|
2889 |
int attribute_hidden (ENC_KNOWN)(SEXP x) { return ENC_KNOWN(x); }
|
| 2890 |
void attribute_hidden (SET_CACHED)(SEXP x) { SET_CACHED(x); }
|
2890 |
void attribute_hidden (SET_CACHED)(SEXP x) { SET_CACHED(x); }
|
| - |
|
2891 |
int attribute_hidden (IS_CACHED)(SEXP x) { return IS_CACHED(x); }
|
| 2891 |
|
2892 |
|
| 2892 |
/*******************************************/
|
2893 |
/*******************************************/
|
| 2893 |
/* Non-sampling memory use profiler
|
2894 |
/* Non-sampling memory use profiler
|
| 2894 |
reports all large vector heap
|
2895 |
reports all large vector heap
|
| 2895 |
allocations and all calls to GetNewPage */
|
2896 |
allocations and all calls to GetNewPage */
|