WIL説明書(C++)  3.0.0
FvAlloc.h
[詳解]
1 // $Revision: 1.1 $
2 /*
3  @file FvAlloc.h
4  @brief global alloc/free function
5  @author FAST Corporation
6 */
7 
8 #ifndef _FVALLOC_H_INCLUDED_
9 #define _FVALLOC_H_INCLUDED_
10 
11 #ifdef WIN32
12 #include <windows.h>
13 #include <stdio.h>
14 #endif
15 
16 #include "FvMacros.h"
17 #include "FvDefs.h"
18 
19 namespace FVCL
20 {
21 
22 FVCL_API void* _fv_malloc( size_t bytes );
23 FVCL_API void _fv_free( void* address );
24 
25 }; // FVCL
26 
27 #endif // _FVALLOC_H_INCLUDED_
#define FVCL_API
DLLエクスポートマクロ
Definition: FvMacros.h:61
FVCL_API void _fv_free(void *address)
メモリ開放
FVCLのネームスペース
Definition: EVCbasicDeclare.txt:9
マクロ定義
FVCL_API void * _fv_malloc(size_t bytes)
メモリ確保
変数型と定数の定義

Documentation copyright © 2007 FAST Corporation. [B-001864]
Generated on 2023年11月02日(木) 10時12分53秒 for WIL説明書(C++) by doxygen 1.8.11