Skip to content
Snippets Groups Projects
Commit 1125276f authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Konstantin Osipov
Browse files

vinyl: rename vy_stmt_env to vy_mem_env

vy_stmt_env doesn't really belong to vy_stmt infrastructure, actually it
isn't used there at all, only created and destroyed. Let's rename it to
vy_mem_env, move it to vy_mem.c, and replace vy_mem->allocator with a
pointer to vy_mem_env. This will allow us to account memory tree blocks
there.

Needed for #934
parent 8095ca65
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment