+ docs in xo-alloc2/ + misc improvements
This commit is contained in:
parent
c172492007
commit
f52184f84c
29 changed files with 868 additions and 178 deletions
39
xo-alloc2/docs/AAllocator-reference.rst
Normal file
39
xo-alloc2/docs/AAllocator-reference.rst
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
.. _AAllocator-reference:
|
||||
|
||||
AAllocator Reference
|
||||
====================
|
||||
|
||||
Abstract interface facet for arena allocator.
|
||||
Provides simple arena allocation.
|
||||
|
||||
Context
|
||||
-------
|
||||
|
||||
.. ditaa::
|
||||
:--scale: 0.99
|
||||
|
||||
+--------------------------------+
|
||||
| IAllocator_DArena |
|
||||
+--------------------------------+
|
||||
| IAllocator_Xfer |
|
||||
+--------------------------------+
|
||||
| IAllocator_ImplType |
|
||||
+--------------+-----------------+
|
||||
|cBLU | DArena |
|
||||
| AAllocator +-----------------+
|
||||
| | ArenaConfig |
|
||||
+--------------+-----------------+
|
||||
|
||||
.. code-block:: cpp
|
||||
|
||||
#incldue <xo/alloc2/AAllocator.hpp>
|
||||
|
||||
Class
|
||||
-----
|
||||
|
||||
.. doxygenclass:: xo::mm::AAllocator
|
||||
|
||||
Methods
|
||||
-------
|
||||
|
||||
.. doxygengroup:: mm-allocator-methods
|
||||
Loading…
Add table
Add a link
Reference in a new issue