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