diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2022-10-31 15:06:20 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2022-10-31 15:06:20 -0300 |
commit | ee645472ebe153e2c6669c84a632297a8110bdb6 (patch) | |
tree | 13444ccb5fd4bfb04bc62e2c6b035d97eb979e8f /ltm.h | |
parent | 413a393e6222482f46599e138bebac162610a572 (diff) | |
download | lua-ee645472ebe153e2c6669c84a632297a8110bdb6.tar.gz lua-ee645472ebe153e2c6669c84a632297a8110bdb6.tar.bz2 lua-ee645472ebe153e2c6669c84a632297a8110bdb6.zip |
Stack reallocation done with a single realloc
To avoid the need of both the old and the new stack addresses valid
at the same time, to correct the pointers to the stack, these pointers
are changed to offsets before the reallocation and then changed back
to pointers after the reallocation.
Diffstat (limited to 'ltm.h')
0 files changed, 0 insertions, 0 deletions