R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-conn
/
src
/
main
/
memory.c
– Rev 11626
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
11626
9369 d 2 h
ripley
/branches/R-conn/src/main/
update from trunk
11368
9385 d 12 h
/branches/R-conn/
This commit was manufactured by cvs2svn to create branch 'R-conn'.
11297
9391 d 4 h
luke
/trunk/src/main/
Modified AdjustHeapSize to only increase R_VSize if full increase is
possible.
Modified R_SetMaxVSize to use divide rather than multiply
in comparingk limits to avoid integer overflow.
11197
9396 d 7 h
ripley
/trunk/
new options for memory management
new function mem.limits
11135
9399 d 2 h
luke
/trunk/src/
Changed AdjustHeapSize to use adjustments linear in current sizes
instead of constants.
Added accessor functions for maximal heap size limits.
11116
9400 d 10 h
ripley
/trunk/src/
remove vestiges of save(oldstyle=TRUE) and unused code
remove non-GenGC versions of code (for readablity)
11095
9402 d 10 h
ripley
/trunk/
return value of gctorture: it had one, and it was from gcinfo!
11092
9402 d 10 h
ripley
/trunk/src/main/
correct description to R_NGrowIncr.
use old n/vsize in calculating usage
11016
9408 d 12 h
ripley
/trunk/
change gc() to report allocated rather than free space, give both in Mb
10930
9418 d 23 h
luke
/trunk/src/main/
Enabled node sorting to improve locality of reference. Sorting
only occurs on full collections.
10910
9419 d 23 h
luke
/trunk/src/main/
Removed initialization of (non-existent!) TAG field for vectors.
Made initialization of pointer data in vectors a bit more efficient.
10862
9422 d 4 h
luke
/trunk/src/
Removed data pointer from vector nodes under generational collector.
10776
9429 d 1 h
luke
/trunk/src/
Added REPROTECT facility.
10619
9446 d 0 h
maechler
/trunk/src/main/
typo
10407
9468 d 5 h
maechler
/trunk/src/main/
give size info on (Re|C)alloc(.) failure
10383
9469 d 18 h
luke
/trunk/src/
Renamed NARGS macros/functions as ENVFLAGS.
10318
9474 d 20 h
luke
/trunk/src/main/
Modified the name assignment loop in NewEnvironment to allow the
namelist argument to be shorter than valualist. In particular,
namelist can be R_NilValue. The remaining valuelist entries should
already be named. This allows NewEnvironment to be used to make
environments from lists that already have names instead of building up
the ENVSXP by hand.
10286
9476 d 18 h
luke
/trunk/src/main/
Changed PAGE_SIZE to R_PAGE_SIZE to avoid a warning about a conflict
with a define in limits.h under HP-UX 10.20.
10175
9484 d 17 h
luke
/trunk/src/main/
Added initialization of local variable s in allocVector to NULL to
avoid compiler warning.
10172
9484 d 21 h
luke
/trunk/
Merged with R-GenGC branch
←Prev
1
2
Next→
Show All