Home | History | Annotate | Download | only in profviz

Lines Matching refs:sbrk

603 var ALLOC_DYNAMIC = 3; // Cannot be freed except through sbrk
725 var DYNAMIC_BASE = 0, DYNAMICTOP = 0; // dynamic area handled by sbrk
3959 Runtime.dynamicAlloc = function() { abort('cannot dynamically allocate, sbrk now has control') };