Files
mir_server/Gateway/srvlib/include/memory/allocdef.h

24 lines
457 B
C
Raw Normal View History

2025-01-09 17:45:40 +08:00
#ifndef _ALLOCDEF_H_
#define _ALLOCDEF_H_
#include "os_def.h"
/************************************************************************
* <EFBFBD>ڴ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͷ<EFBFBD>ļ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
*
*
************************************************************************/
#ifdef _MEMORY_TRACE_
typedef struct
{
size_t buff_size_;
struct
{
const char* fn_; //<2F><><EFBFBD><EFBFBD><EFBFBD>ڴ<EFBFBD><DAB4><EFBFBD><EFBFBD>Ĵ<EFBFBD><C4B4><EFBFBD>λ<EFBFBD>ã<EFBFBD><C3A3><EFBFBD><EFBFBD>ڵ<EFBFBD><DAB5><EFBFBD>
int line_;
} al_, fl_;
bool using_flag_;
} AllocBuffHead;
#endif
#endif //end _ALLOCDEF_H_