Visible to Intel only — GUID: GUID-E31032B8-CFA9-45C4-8B3F-FE03585271BB
Visible to Intel only — GUID: GUID-E31032B8-CFA9-45C4-8B3F-FE03585271BB
inline-calloc, Qinline-calloc
Tells the compiler to inline calls to calloc() as calls to malloc() and memset().
Architectures
All
Syntax
Linux and macOS: |
-inline-calloc -no-inline-calloc |
Windows: |
/Qinline-calloc /Qinline-calloc- |
Arguments
None
Default
-no-inline-calloc |
The compiler inlines calls to calloc() as calls to calloc(). |
Description
This option tells the compiler to inline calls to calloc() as calls to malloc() and memset(). This enables additional memset() optimizations. For example, it can enable inlining as a sequence of store operations when the size is a compile time constant.
Many routines in the supplied libraries are more highly optimized for Intel® microprocessors than for non-Intel microprocessors
Product and Performance Information |
---|
Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex. Notice revision #20201201 |
IDE Equivalent
Alternate Options
None