You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a lot of invocations of calloc in the code over malloc to satisfy valgrind auditing against usage of uninitialized memory. Ideally, this invocation can be configured at compilation time as a slight performance increase for production releases.
The text was updated successfully, but these errors were encountered:
There are a lot of invocations of
calloc
in the code overmalloc
to satisfyvalgrind
auditing against usage of uninitialized memory. Ideally, this invocation can be configured at compilation time as a slight performance increase for production releases.The text was updated successfully, but these errors were encountered: