Searched refs:_malloc (Results 1 - 19 of 19) sorted by relevance
/third_party/skia/modules/canvaskit/ |
H A D | particles.js | 24 var iptr = CanvasKit._malloc(data.byteLength); 33 var strPtr = CanvasKit._malloc(strLen);
|
H A D | memory.js | 28 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 D | skottie.js | 38 var iptr = CanvasKit._malloc(data.byteLength); 47 var strPtr = CanvasKit._malloc(strLen);
|
H A D | gm.js | 44 var ptr = WasmGMTests._malloc(buffer.byteLength);
|
H A D | interface.js | 408 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 D | externs.js | 1043 _malloc: function() {},
|
/third_party/skia/experimental/skottiekit/ |
H A D | interface.js | 83 var iptr = SkottieKit._malloc(data.byteLength); 92 var strPtr = SkottieKit._malloc(strLen);
|
H A D | helper.js | 15 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 D | externs.js | 128 _malloc: function() {},
|
/third_party/skia/experimental/wasm-skp-debugger/ |
H A D | helper.js | 12 var fileMemPtr = this._malloc(size);
|
H A D | externs.js | 4 _malloc: function() {},
|
H A D | cpu.js | 30 var pixelPtr = DebuggerView._malloc(bufferLen);
|
/third_party/skia/experimental/tskit/build/ |
H A D | externs.js | 27 Module._malloc = function() {};
|
/third_party/skia/modules/pathkit/ |
H A D | helper.js | 56 var ptr = PathKit._malloc(ta.length * ta.BYTES_PER_ELEMENT);
|
H A D | externs.js | 25 _malloc: function(size) {},
|
/third_party/python/Lib/multiprocessing/ |
H A D | heap.py | 188 def _malloc(self, size): member in Heap 309 (arena, start, stop) = self._malloc(size)
|
/third_party/zlib/contrib/delphi/ |
H A D | ZLib.pas | 218 function _malloc(Size: Integer): Pointer; cdecl; in _malloc() function
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |
/third_party/python/Python/ |
H A D | sysmodule.c | 2781 var res = _malloc(len);
|
Completed in 25 milliseconds