Lines Matching full:dynamic_base
1099 var DYNAMIC_BASE = 0, DYNAMICTOP = 0; // dynamic area handled by sbrk4927 // We control the "dynamic" memory - DYNAMIC_BASE to DYNAMICTOP5653 DYNAMIC_BASE = DYNAMICTOP = Runtime.alignMemory(STACK_MAX);5655 assert(DYNAMIC_BASE < TOTAL_MEMORY, "TOTAL_MEMORY not big enough for stack");