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