mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 10:37:02 +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>
32 lines
945 B
HTML
32 lines
945 B
HTML
<HTML>
|
|
<BODY>
|
|
<H2>Overview</H2>
|
|
|
|
The subdirectories pertain to the Resource Management Layer (RML).
|
|
|
|
<H2>Directories</H2>
|
|
|
|
<DL>
|
|
<DT><P><A HREF="include/index.html">include/</A>
|
|
<DD>Include files used by clients of RML.</P>
|
|
<DT><P><A HREF="client/index.html">client/</A>
|
|
<DD>Source files for code that must be statically linked with a client.</P>
|
|
<DT><P><A HREF="server/index.html">server/</A>
|
|
<DD>Source files for the RML server.</P>
|
|
<DT><P><A HREF="test">test/</A>
|
|
<DD>Unit tests for RML server and its components.</P>
|
|
</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>
|
|
|