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