XFusion API v1.3.0
载入中...
搜索中...
未找到
_xf_alloc_func_t结构体 参考

内存分配操作集。 更多...

#include <xf_heap.h>

_xf_alloc_func_t 的协作图:
Collaboration graph

成员变量

void *(* malloc )(unsigned int size)
 
void(* free )(void *pv)
 
unsigned int(* init )(const xf_heap_region_t *const regions)
 
unsigned int(* get_block_size )(void *pv)
 

详细描述

内存分配操作集。

在文件 xf_heap.h75 行定义.

结构体成员变量说明

◆ malloc

void *(* malloc) (unsigned int size)

在文件 xf_heap.h76 行定义.

◆ free

void(* free) (void *pv)

在文件 xf_heap.h77 行定义.

◆ init

unsigned int(* init) (const xf_heap_region_t *const regions)

在文件 xf_heap.h78 行定义.

◆ get_block_size

unsigned int(* get_block_size) (void *pv)

获取内存块的大小

在文件 xf_heap.h79 行定义.


该结构体的文档由以下文件生成: