Home | History | Annotate | Download | only in embenchen

Lines Matching full:dynamic_base

1068 var DYNAMIC_BASE = 0, DYNAMICTOP = 0; // dynamic area handled by sbrk
5439 DYNAMIC_BASE = DYNAMICTOP = Runtime.alignMemory(STACK_MAX);
5441 assert(DYNAMIC_BASE < TOTAL_MEMORY, "TOTAL_MEMORY not big enough for stack");