mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
add js for docs
This commit is contained in:
parent
272d3368a0
commit
dee7faa6d8
3 changed files with 132 additions and 0 deletions
13
docs/topics.js
Normal file
13
docs/topics.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
var topics =
|
||||
[
|
||||
[ "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" ],
|
||||
[ "Zero initialized re-allocation", "group__zeroinit.html", "group__zeroinit" ],
|
||||
[ "Typed Macros", "group__typed.html", "group__typed" ],
|
||||
[ "Heap Introspection", "group__analysis.html", "group__analysis" ],
|
||||
[ "Runtime Options", "group__options.html", "group__options" ],
|
||||
[ "Posix", "group__posix.html", "group__posix" ],
|
||||
[ "C++ wrappers", "group__cpp.html", "group__cpp" ]
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue