MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / allocOffset

Function allocOffset

include/Array.h:397–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395
396 static inline int baseOffset() { return (int)offsetof(ArrayBase,mBase); }
397 static inline int allocOffset() { return (int)offsetof(ArrayBase,mAlloc); }
398 static inline int lengthOffset() { return (int)offsetof(ArrayBase,length); }
399
400protected:

Callers 2

genCodeMethod · 0.85
genCodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected