Home
last modified time | relevance | path

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

/third_party/skia/modules/canvaskit/
H A Dparticles.js24 var iptr = CanvasKit._malloc(data.byteLength);
33 var strPtr = CanvasKit._malloc(strLen);
H A Dmemory.js28 var ptr = CanvasKit._malloc(byteLen);
131 ptr = CanvasKit._malloc(arr.length * bytesPerElement);
134 // byte elements. When we run _malloc, we always get an offset/pointer into
143 // memory possible because if we call _malloc and the heap needs to grow,
182 var ptr = CanvasKit._malloc(arr.length * 4 * 4);
H A Dskottie.js38 var iptr = CanvasKit._malloc(data.byteLength);
47 var strPtr = CanvasKit._malloc(strLen);
H A Dgm.js44 var ptr = WasmGMTests._malloc(buffer.byteLength);
H A Dinterface.js408 pPtr = CanvasKit._malloc(pBytes);
1158 var iptr = CanvasKit._malloc(data.byteLength);
1172 var iptr = CanvasKit._malloc(data.byteLength);
1217 var pptr = CanvasKit._malloc(pixels.length);
H A Dexterns.js1043 _malloc: function() {},
/third_party/skia/experimental/skottiekit/
H A Dinterface.js83 var iptr = SkottieKit._malloc(data.byteLength);
92 var strPtr = SkottieKit._malloc(strLen);
H A Dhelper.js15 ptr = SkottieKit._malloc(arr.length * dest.BYTES_PER_ELEMENT);
18 // byte elements. When we run _malloc, we always get an offset/pointer into
H A Dexterns.js128 _malloc: function() {},
/third_party/skia/experimental/wasm-skp-debugger/
H A Dhelper.js12 var fileMemPtr = this._malloc(size);
H A Dexterns.js4 _malloc: function() {},
H A Dcpu.js30 var pixelPtr = DebuggerView._malloc(bufferLen);
/third_party/skia/experimental/tskit/build/
H A Dexterns.js27 Module._malloc = function() {};
/third_party/skia/modules/pathkit/
H A Dhelper.js56 var ptr = PathKit._malloc(ta.length * ta.BYTES_PER_ELEMENT);
H A Dexterns.js25 _malloc: function(size) {},
/third_party/python/Lib/multiprocessing/
H A Dheap.py188 def _malloc(self, size): member in Heap
309 (arena, start, stop) = self._malloc(size)
/third_party/zlib/contrib/delphi/
H A DZLib.pas218 function _malloc(Size: Integer): Pointer; cdecl; in _malloc() function
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/third_party/python/Python/
H A Dsysmodule.c2781 var res = _malloc(len);

Completed in 25 milliseconds