LG_STACK_HEURISTIC 1920 src/sysdep.c       return 0 <= addr - top && addr - top < (top - bot) >> LG_STACK_HEURISTIC;
LG_STACK_HEURISTIC 1922 src/sysdep.c       return 0 <= top - addr && top - addr < (bot - top) >> LG_STACK_HEURISTIC;