mimalloc/docs/modules.js

13 lines
688 B
JavaScript
Raw Permalink Normal View History

2019-06-22 10:30:09 -07:00
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" ],
2019-09-11 20:48:41 -07:00
[ "Zero initialized re-allocation", "group__zeroinit.html", "group__zeroinit" ],
2019-06-22 10:30:09 -07:00
[ "Typed Macros", "group__typed.html", "group__typed" ],
[ "Heap Introspection", "group__analysis.html", "group__analysis" ],
2019-07-08 17:15:34 -07:00
[ "Runtime Options", "group__options.html", "group__options" ],
2020-01-20 17:34:29 -08:00
[ "Posix", "group__posix.html", "group__posix" ],
[ "C++ wrappers", "group__cpp.html", "group__cpp" ]
2019-06-22 10:30:09 -07:00
];