plibsys 0.0.5
PMemVTable_ Struct Reference

Memory management table. More...

#include <pmem.h>

Data Fields

ppointer(* f_malloc )(psize n_bytes)
 malloc() implementation.
 
ppointer(* f_realloc )(ppointer mem, psize n_bytes)
 realloc() implementation.
 
void(* f_free )(ppointer mem)
 free() implementation.
 

Detailed Description

Memory management table.

Definition at line 81 of file pmem.h.

Field Documentation

◆ f_free

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

free() implementation.


Definition at line 85 of file pmem.h.

◆ f_malloc

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

malloc() implementation.


Definition at line 82 of file pmem.h.

◆ f_realloc

ppointer(* PMemVTable_::f_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: