MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / allocaInt

Method allocaInt

CodenameOne/src/com/codename1/util/Simd.java:95–97  ·  view source on GitHub ↗
(int size)

Source from the content-addressed store, hash-verified

93 /// to call with image-scale sizes - but using `allocInt(int)` directly is preferred when the
94 /// size is known to be large.
95 public int[] allocaInt(int size) {
96 return allocInt(size);
97 }
98
99 /// @deprecated This is a special scratch-allocation API. On ParparVM this may be lowered to a
100 /// stack-backed faux array, so callers MUST keep it method-local, MUST be extremely cautious

Calls 1

allocIntMethod · 0.95