Y
Hacker News
new
|
ask
|
show
|
jobs
by
ori_b
5279 days ago
s = realloc(s, sizeof(RString));
1 comments
charliesome
5279 days ago
MRI objects are not relocatable so that won't work if realloc has to move the structure in memory
link