Home | History | Annotate | Download | only in profviz

Lines Matching full:dynamic_base

725 var DYNAMIC_BASE = 0, DYNAMICTOP = 0; // dynamic area handled by sbrk
3952 // We control the "dynamic" memory - DYNAMIC_BASE to DYNAMICTOP
4362 DYNAMIC_BASE = DYNAMICTOP = Runtime.alignMemory(STACK_MAX);
4363 assert(DYNAMIC_BASE < TOTAL_MEMORY); // Stack must fit in TOTAL_MEMORY; allocations from here on may enlarge TOTAL_MEMORY