acl  3.5.3.0
acl_debug_malloc.h
浏览该文件的文档.
1 #ifndef ACL_DEBUG_MALLOC_INCLUDE_H
2 #define ACL_DEBUG_MALLOC_INCLUDE_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 #include "acl_define.h"
9 
11 
12 ACL_API void acl_debug_dump(void);
13 ACL_API ACL_DEBUG_MEM *acl_debug_malloc_init(ACL_DEBUG_MEM *debug_mem_ptr,
14  const char* dump_file);
15 
16 #ifdef __cplusplus
17 }
18 #endif
19 
20 #endif
ACL_API ACL_DEBUG_MEM * acl_debug_malloc_init(ACL_DEBUG_MEM *debug_mem_ptr, const char *dump_file)
ACL_API void acl_debug_dump(void)
struct ACL_DEBUG_MEM ACL_DEBUG_MEM