работа над документацией

This commit is contained in:
2026-05-09 11:38:44 +05:00
parent 08d865d499
commit ed94616f6a
4 changed files with 147 additions and 56 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ typedef struct FXGradePool FXGradePool;
*/
struct FXGradePool {
_Atomic FXMemoryBlock* lifo; ///< Стэк свободных блоков
_Atomic uint32_t ntotal; ///< Блоков всего
_Atomic int32_t nfree; ///< Блоков свободно
uint32_t ntotal; ///< Блоков всего
int32_t nmalloced; ///< Блоков свободно
};
#pragma pack(pop)