Home | History | Annotate | Download | only in embenchen

Lines Matching full:dynamic_base

1099 var DYNAMIC_BASE = 0, DYNAMICTOP = 0; // dynamic area handled by sbrk
4927 // We control the "dynamic" memory - DYNAMIC_BASE to DYNAMICTOP
5653 DYNAMIC_BASE = DYNAMICTOP = Runtime.alignMemory(STACK_MAX);
5655 assert(DYNAMIC_BASE < TOTAL_MEMORY, "TOTAL_MEMORY not big enough for stack");