xo-alloc2: ++ docs
This commit is contained in:
parent
29d8b45ab2
commit
acf371b8c2
5 changed files with 71 additions and 24 deletions
|
|
@ -12,21 +12,44 @@ Context
|
|||
.. ditaa::
|
||||
:--scale: 0.99
|
||||
|
||||
+--------------------------------+
|
||||
| IAllocator_DArena |
|
||||
+--------------------------------+
|
||||
| IAllocator_Xfer |
|
||||
+--------------------------------+
|
||||
| IAllocator_ImplType |
|
||||
+--------------+-----------------+
|
||||
|cBLU | DArena |
|
||||
| AAllocator +-----------------+
|
||||
| | ArenaConfig |
|
||||
+--------------+-----------------+
|
||||
+-------------------------------+--------------------------------------+
|
||||
| | IAllocator_DX1Collector |
|
||||
| | IAllocIterator_DX1CollectorIterator |
|
||||
| IAllocator_DArena | |
|
||||
| IAllocIterator_DArenaIterator +--------------------------------------+
|
||||
| | DX1Collector |
|
||||
| | DX1CollectorIterator |
|
||||
| | |
|
||||
+-------------------------------+---------+----------------------------+
|
||||
| DArena | |
|
||||
| DArenaIterator | |
|
||||
+-----------------------------------------+ CollectorConfig |
|
||||
| ArenaConfig | |
|
||||
+-----------------------------------------+----------------------------+
|
||||
|
||||
+----------------------------------+-----------------------------------+
|
||||
| RAllocator | RAllocIterator |
|
||||
+----------------------------------+-----------------------------------+
|
||||
| IAllocator_DX1Collector | IAllocIterator_DX1Collector |
|
||||
| IAllocator_DArena | IAllocIterator_DArena |
|
||||
+----------------------------------+-----------------------------------+
|
||||
| IAllocator_Xfer | IAllocIterator_Xfer |
|
||||
| IAllocator_Any | IAllocIterator_Any |
|
||||
+----------------------------------+-----------------------------------+
|
||||
| AAllocator | AAllocIterator |
|
||||
+----------------------------------+-----------------------------------+
|
||||
|
||||
+---------------+------------------+----------------------+------------+
|
||||
| | | AllocInfo | |
|
||||
| generation | +----------------------+ |
|
||||
| object_age | AllocError | AllocHeaderConfig | cmpresult |
|
||||
| role | +----------------------+ |
|
||||
| | | AllocHeader | |
|
||||
+---------------+------------------+----------------------+------------+
|
||||
|
||||
.. code-block:: cpp
|
||||
|
||||
#incldue <xo/alloc2/AAllocator.hpp>
|
||||
#include <xo/alloc2/AAllocator.hpp>
|
||||
|
||||
Class
|
||||
-----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue