eUserAllocationState 列挙 (avrfsdk.h)
アプリケーションの現在のヒープ割り当て状態を指定します。
構文
typedef enum eUserAllocationState {
AllocationStateUnknown,
AllocationStateBusy,
AllocationStateFree
} ;
定数
AllocationStateUnknown 割り当て状態を特定できません。 |
AllocationStateBusy 割り当て状態は現在使用中です。 |
AllocationStateFree メモリはスタックから解放されましたが、ヒープにまだ返されていません。 |
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP (デスクトップ アプリのみ) |
サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
Header | avrfsdk.h |