Home | History | Annotate | Download | only in embenchen

Lines Matching full:dynamic_base

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