docs/src/header.html

Mon, 08 Aug 2022 17:12:00 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 08 Aug 2022 17:12:00 +0200
changeset 572
f0f99dd06d9f
parent 390
d345541018fa
child 716
bab81cf591a5
permissions
-rw-r--r--

#201 - remove dangerous allocator config

There is no plausible use case, except using the testing
allocator in the test case, and having the possibility to
specify any allocator (including another mempool) causes
more harm than good.

        <!-- begin header -->
        <div id="page-header">
            <span>UAP Common Extensions</span>
            <img src="uaplogo.png" alt="UAP Core">
        </div>
        <!-- end header -->

        <!-- begin navigation -->
        <div id="sidebar">
            <div class="nav">
                <h3>Getting Started</h3>
                <ul>
                    <li><a href="index.html">Overview</a></li>
                    <li><a href="install.html">Build Instructions</a></li>
                    <li><a href="license.html">License</a></li>
                </ul>
            </div>
            <div class="nav">
                <h3>Documentation</h3>
                <ul>
                    <li>Under construction...</li>
                    <li><a target="_blank" href="api/index.html">API Reference</a></li>
                    <li><a href="modules-ucx2.html">UCX 2.1</a>
                </ul>
            </div>
            <div class="nav">
                <h3>Repositories</h3>
                <ul>
                    <li><a target="_blank" href="https://develop.uap-core.de/hg/ucx/">UAP Core Repository</a></li>
                    <li><a target="_blank" href="https://sourceforge.net/p/ucx/">Source Forge</a></li>
                </ul>
            </div>
            <div class="nav">
                <h3>Partners</h3>
                <ul>
                    <li><a target="_blank" href="https://www.unixwork.de">UNIXwork</a></li>
                </ul>
            </div>
        </div>
        <!-- end navigation -->

        <!-- begin content -->
        <div id="content">

mercurial