работа над документацией
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user