nix-build: xo-arena: build docs + minor doc facepalms
This commit is contained in:
parent
d99f5d5c76
commit
f7a9eea840
4 changed files with 33 additions and 2 deletions
26
docs/AllocInfo-reference.rst
Normal file
26
docs/AllocInfo-reference.rst
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
.. _AllocInfo-reference:
|
||||
|
||||
AllocInfo Reference
|
||||
===================
|
||||
|
||||
Describes a single allocation.
|
||||
Requires allocator configured to store per-allocation headers
|
||||
|
||||
Context
|
||||
-------
|
||||
|
||||
.. ditaa::
|
||||
:--scale: 0.99
|
||||
|
||||
+-----------------------------------------------------+
|
||||
| DArena |
|
||||
| DArenaIterator |
|
||||
+-----------------------------------------------------+
|
||||
| ArenaConfig |
|
||||
+--------------+------------------------+-------------+
|
||||
| | AllocInfo cBLU| |
|
||||
| +------------------------+ |
|
||||
| AllocError | AllocHeaderConfig | cmpresult |
|
||||
| +------------------------+ |
|
||||
| | AllocHeader | |
|
||||
+--------------+------------------------+-------------+
|
||||
|
|
@ -37,7 +37,7 @@ Class
|
|||
Constructors
|
||||
------------
|
||||
|
||||
.. doxgyengroup:: mm-cmpresult-ctors
|
||||
.. doxygengroup:: mm-cmpresult-ctors
|
||||
|
||||
Methods
|
||||
-------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue