Jinoh Kang (@iamahuman) commented about dlls/ntdll/heap.c:
+struct heap_counters +{
- volatile BYTE live;
- volatile WORD total;
+};
+struct heap_thread_data +{
- struct entry free_lists[BLOCK_SIZE_CATEGORY_COUNT];
- /* requires heap lock to access */
- struct entry defer_list;
- volatile BOOL has_defer;
+};
+/* affinity to tid mapping array, defines the amount of supported concurrent threads */
```suggestion:-0+0 /* affinity to tid mapping array, defines the amount of * supported concurrent threads for threaded heaps. */ ```