rename sTHX to PERL_MEMORY_DEBUG_HEADER_SIZE
authorDavid Mitchell <davem@iabyn.com>
Mon, 20 Jan 2014 14:24:02 +0000 (14:24 +0000)
committerDavid Mitchell <davem@iabyn.com>
Mon, 20 Jan 2014 14:24:02 +0000 (14:24 +0000)
commita78adc844d26a047e6547bbc893c9116171ba840
treedc5972b7373eac3c3d0d5677f2c4d8dab014e10c
parent858cc5e3f0201ffb5745d078e91bb130c0260768
rename sTHX to PERL_MEMORY_DEBUG_HEADER_SIZE

Originally this macro evaluated to the size of the THX pointer;
this was used with the memory pool facility to store the context of the
caller of the malloc() for debugging. Later, the header of the malloc()
stored more than just the context, so sTHX became a mismoner.

Rename it to something less misleading.
perl.c
perl.h
sv.c
util.c