天佐.炼妖壶  tianzuo.LianYao
内存池 memory pool
Loading...
Searching...
No Matches
tianzuo_LianYaoInt Class Reference

炼妖壶模块类 for c++ More...

#include <tianzuo.LianYaoInterface.h>

Public Member Functions

 tianzuo_LianYaoInt ()
 
 ~tianzuo_LianYaoInt ()
 

Static Public Member Functions

initialize

组件初始化

Parameters
[in]init_mem_size初始化内存块数量
[in]memory_leak_log内存泄漏输出文件
[in]app_path当前应用程序路径
[in]language语言 0: 简体中文 1: English
Returns
int 0:() -1:(错误)
Author
郑天佐
Date
2024-1-1
static int initialize (int const init_mem_size, char *const memory_leak_log, char *const app_path, int const language)
 
terminate

组件销毁

Parameters
[in]
Returns
void
Author
郑天佐
Date
2024-1-1
static void terminate ()
 
mem_get

获取内存块

Parameters
[in]data_length内存块长度
Returns
void* 内存块指针
Author
郑天佐
Date
2024-1-1
static void * mem_get (int const data_length)
 
mem_del

删除内存块

Parameters
[in]data内存块指针
Returns
int
Author
郑天佐
Date
2024-1-1
static int mem_del (void *const data)
 

Detailed Description

炼妖壶模块类 for c++

Constructor & Destructor Documentation

◆ tianzuo_LianYaoInt()

tianzuo_LianYaoInt::tianzuo_LianYaoInt ( )
inline

◆ ~tianzuo_LianYaoInt()

tianzuo_LianYaoInt::~tianzuo_LianYaoInt ( )
inline

Member Function Documentation

◆ initialize()

static int tianzuo_LianYaoInt::initialize ( int const  init_mem_size,
char *const  memory_leak_log,
char *const  app_path,
int const  language 
)
static

◆ mem_del()

static int tianzuo_LianYaoInt::mem_del ( void *const  data)
static

◆ mem_get()

static void * tianzuo_LianYaoInt::mem_get ( int const  data_length)
static

◆ terminate()

static void tianzuo_LianYaoInt::terminate ( )
static

The documentation for this class was generated from the following file: