Same as malloc() but uses stateCopy cached on stack by caller * to avoid a thread-local storage lookup. Strictly a speed hack.
See Implementation
Same as malloc() but uses stateCopy cached on stack by caller * to avoid a thread-local storage lookup. Strictly a speed hack.