mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
Add full documentation
This commit is contained in:
parent
9d272c064c
commit
a94521e9e1
130 changed files with 10608 additions and 0 deletions
10
docs/modules.js
Normal file
10
docs/modules.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
var modules =
|
||||
[
|
||||
[ "Basic Allocation", "group__malloc.html", "group__malloc" ],
|
||||
[ "Extended Functions", "group__extended.html", "group__extended" ],
|
||||
[ "Aligned Allocation", "group__aligned.html", "group__aligned" ],
|
||||
[ "Heap Allocation", "group__heap.html", "group__heap" ],
|
||||
[ "Typed Macros", "group__typed.html", "group__typed" ],
|
||||
[ "Heap Introspection", "group__analysis.html", "group__analysis" ],
|
||||
[ "Runtime Options", "group__options.html", "group__options" ]
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue