acl/lib_acl/include/stdlib/acl_debug_malloc.h
zsxxsz cc05b877a2 first commit acl to github
first commit acl to github
2013-08-18 17:42:25 +08:00

21 lines
361 B
C

#ifndef __ACL_DEBUG_MALLOC_INCLUDE_H__
#define __ACL_DEBUG_MALLOC_INCLUDE_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "acl_define.h"
typedef struct ACL_DEBUG_MEM ACL_DEBUG_MEM;
ACL_API void acl_debug_dump(void);
ACL_API ACL_DEBUG_MEM *acl_debug_malloc_init(ACL_DEBUG_MEM *debug_mem_ptr,
const char* dump_file);
#ifdef __cplusplus
}
#endif
#endif