Searched refs:mFoo (Results 1 – 1 of 1) sorted by relevance
600 const mFoo = CK.Malloc(Float32Array, 5); constant601 const mArray = mFoo.toTypedArray(); // $ExpectType TypedArray603 const mSubArray = mFoo.subarray(0, 2); // $ExpectType TypedArray605 CK.Free(mFoo);