Searched refs:ALLOC_STATIC (Results 1 - 1 of 1) sorted by relevance

/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js602 var ALLOC_STATIC = 2; // Cannot be freed variable
607 Module['ALLOC_STATIC'] = ALLOC_STATIC;
637 ret = [_malloc, Runtime.stackAlloc, Runtime.staticAlloc, Runtime.dynamicAlloc][allocator === undefined ? ALLOC_STATIC : allocator](Math.max(size, singleType ? 1 : types.length));
939 var _stdout = _stdout=allocate([0,0,0,0,0,0,0,0], "i8", ALLOC_STATIC);
940 var _stdin = _stdin=allocate([0,0,0,0,0,0,0,0], "i8", ALLOC_STATIC);
941 var _stderr = _stderr=allocate([0,0,0,0,0,0,0,0], "i8", ALLOC_STATIC);
969 var tempDoublePtr = Runtime.alignMemory(allocate(12, "i8", ALLOC_STATIC), 8);
995 var _stdin=allocate(1, "i32*", ALLOC_STATIC);
996 var _stdout=allocate(1, "i32*", ALLOC_STATIC);
[all...]

Completed in 103 milliseconds