plibsys  0.0.4
Data Fields
PMemVTable_ Struct Reference

Memory management table. More...

#include <pmem.h>

Data Fields

ppointer(* malloc )(psize n_bytes)
 malloc() implementation. More...
 
ppointer(* realloc )(ppointer mem, psize n_bytes)
 realloc() implementation. More...
 
void(* free )(ppointer mem)
 free() implementation. More...
 

Detailed Description

Memory management table.

Definition at line 81 of file pmem.h.

Field Documentation

◆ free

void(* PMemVTable_::free) (ppointer mem)

free() implementation.

Definition at line 85 of file pmem.h.

◆ malloc

ppointer(* PMemVTable_::malloc) (psize n_bytes)

malloc() implementation.

Definition at line 82 of file pmem.h.

◆ realloc

ppointer(* PMemVTable_::realloc) (ppointer mem, psize n_bytes)

realloc() implementation.

Definition at line 83 of file pmem.h.


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