diff options
Diffstat (limited to 'docs/modules.js')
-rw-r--r-- | docs/modules.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/modules.js b/docs/modules.js new file mode 100644 index 0000000..292bc74 --- /dev/null +++ b/docs/modules.js @@ -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" ] +];
\ No newline at end of file |