opt-calloc

Tells the compiler to substitute a call to _intel_fast_calloc() for a call to calloc().

IDE Equivalent

None

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux:

-opt-calloc

-no-opt-calloc

Mac OS X:

None

Windows:

None

Arguments

None

Default

-no-opt-calloc

The compiler does not substitute a call to _intel_fast_calloc() for a call to calloc().

Description

This option tells the compiler to substitute a call to_intel_fast_calloc() for a call to calloc().

This option may increase the performance of long-running programs that use calloc() frequently. It is recommended for these programs over combinations of options -inline-calloc and-opt-malloc-options=3 because this option causes less memory fragmentation.

Note iconNote

Many routines in the libirc library are more highly optimized for Intel® microprocessors than for non-Intel microprocessors.

Alternate Options

None


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.