mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
You should add two libraries into your server binaries: tbb.so/tbbmalloc.so on *nix and tbb(_debug).dll/tbbmalloc(_debug).dll on Windows!!! Define USE_STANDARD_MALLOC while compiling 'framework' project to use OS' default memory allocator! Signed-off-by: Ambal <pogrebniak@gala.net>
31 lines
1,022 B
HTML
31 lines
1,022 B
HTML
<HTML>
|
|
<BODY>
|
|
|
|
<H2>Overview</H2>
|
|
This directory contains the visual studio* 2005 solution to build Threading Building Blocks.
|
|
|
|
|
|
<H2>Files</H2>
|
|
<DL>
|
|
<DT><A HREF="makefile.sln">makefile.sln</A>
|
|
<DD>Solution file.
|
|
<DT><A HREF="tbb.vcproj">tbb.vcproj</A>
|
|
<DD>Library project file.
|
|
<DT><A HREF="tbbmalloc.vcproj">tbbmalloc.vcproj</A>
|
|
<DD>Scalable allocator library project file. Allocator sources are expected to be located in <A HREF="../../src/tbbmalloc">../../src/tbbmalloc</A> folder.
|
|
<DT><A HREF="tbbmalloc_proxy.vcproj">tbbmalloc_proxy.vcproj</A>
|
|
<DD>Standard allocator replacement project file.
|
|
</DL>
|
|
|
|
<HR>
|
|
<A HREF="../index.html">Up to parent directory</A>
|
|
<P></P>
|
|
Copyright © 2005-2009 Intel Corporation. All Rights Reserved.
|
|
<P></P>
|
|
Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are
|
|
registered trademarks or trademarks of Intel Corporation or its
|
|
subsidiaries in the United States and other countries.
|
|
<P></P>
|
|
* Other names and brands may be claimed as the property of others.
|
|
</BODY>
|
|
</HTML>
|