MCPcopy Create free account
hub / github.com/ptmt/react-native-macos / _realloc

Method _realloc

Libraries/Utilities/utf8.js:37–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 _realloc() {
38 const storage = this._storage;
39 this._storage = new Uint8Array(align(storage.length * 1.5));
40 this._storage.set(storage);
41 }
42}
43
44/*eslint-disable no-bitwise */

Callers 1

pushMethod · 0.95

Calls 2

alignFunction · 0.85
setMethod · 0.45

Tested by

no test coverage detected