Home | History | Annotate | Download | only in profviz

Lines Matching defs:ALLOC_STACK

601 var ALLOC_STACK = 1; // Lives for the duration of the current function call
606 Module['ALLOC_STACK'] = ALLOC_STACK;
1938 var ret = _fwrite(allocate(result, 'i8', ALLOC_STACK), 1, result.length, stream);
2622 var ret = _open(filename, flags, allocate([0x1FF, 0, 0, 0], 'i32', ALLOC_STACK)); // All creation permissions.