2017-06-20 09:17:23 +00:00
|
|
|
var indexSectionsWithContent =
|
|
|
|
{
|
2023-11-08 17:01:19 +00:00
|
|
|
0: "abcdefghijlmnopqrstuvw",
|
2017-06-20 09:17:23 +00:00
|
|
|
1: "v",
|
|
|
|
2: "v",
|
|
|
|
3: "v",
|
New API for defragmentation. COMPATIBILITY BREAKING!
See structure VmaDefragmentationInfo, VmaDefragmentationMove, VmaDefragmentationPassMoveInfo, VmaDefragmentationStats, function vmaBeginDefragmentation, vmaEndDefragmentation, vmaBeginDefragmentationPass, vmaEndDefragmentationPass.
Switched to TLSF as the default algorithm - in default pools, custom pools, virtual blocks. Removed generic and buddy algorithm. Removed flags: VMA_POOL_CREATE_BUDDY_ALGORITHM_BIT, VMA_POOL_CREATE_TLSF_ALGORITHM_BIT, VMA_VIRTUAL_BLOCK_CREATE_BUDDY_ALGORITHM_BIT, VMA_VIRTUAL_BLOCK_CREATE_TLSF_ALGORITHM_BIT.
Updated and regenerated documentation.
2022-02-22 22:38:19 +00:00
|
|
|
4: "abdfimoprstuv",
|
2017-07-11 13:22:12 +00:00
|
|
|
5: "pv",
|
2017-06-20 09:17:23 +00:00
|
|
|
6: "v",
|
|
|
|
7: "v",
|
2020-10-15 13:04:12 +00:00
|
|
|
8: "v",
|
2023-11-08 17:01:19 +00:00
|
|
|
9: "ailmsv",
|
|
|
|
10: "abcdegilmnopqrstuvw"
|
2017-06-20 09:17:23 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
var indexSectionNames =
|
|
|
|
{
|
|
|
|
0: "all",
|
|
|
|
1: "classes",
|
|
|
|
2: "files",
|
|
|
|
3: "functions",
|
|
|
|
4: "variables",
|
|
|
|
5: "typedefs",
|
|
|
|
6: "enums",
|
|
|
|
7: "enumvalues",
|
2017-10-17 09:27:14 +00:00
|
|
|
8: "defines",
|
2022-01-20 16:00:33 +00:00
|
|
|
9: "groups",
|
|
|
|
10: "pages"
|
2017-06-20 09:17:23 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
var indexSectionLabels =
|
|
|
|
{
|
|
|
|
0: "All",
|
|
|
|
1: "Classes",
|
|
|
|
2: "Files",
|
|
|
|
3: "Functions",
|
|
|
|
4: "Variables",
|
|
|
|
5: "Typedefs",
|
|
|
|
6: "Enumerations",
|
|
|
|
7: "Enumerator",
|
2017-10-17 09:27:14 +00:00
|
|
|
8: "Macros",
|
2022-01-20 16:00:33 +00:00
|
|
|
9: "Modules",
|
|
|
|
10: "Pages"
|
2017-06-20 09:17:23 +00:00
|
|
|
};
|
|
|
|
|