Displaying 1 result from an estimated 1 matches for "memrealloc".
2004 Sep 14
3
memory allocation questions
...s, what are their names nowadays?
R-EXTS refers to Calloc, Realloc and Free, but these aren't exported by R.DLL (for R1.9.0 or 1.9.1) and I couldn't find mention of any name change in the NEWS file. Running
dumpbin /exports R.dll | find /i "alloc"
suggests either "memalloc/memrealloc/memfree" or "Rm_alloc..." (or "R_chk_alloc..."). I gather that the S_alloc family is intended for temporary allocations that are cleared at the end of the the .C call.
Any insights appreciated. FWIW I use Windows 2000 and Delphi 6.
Mark
*******************************
M...