Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GMemVTable Struct Reference

#include <gmem.h>

Data Fields

gpointer(* malloc )(gsize n_bytes)
 
gpointer(* realloc )(gpointer mem, gsize n_bytes)
 
void(* free )(gpointer mem)
 
gpointer(* calloc )(gsize n_blocks, gsize n_block_bytes)
 
gpointer(* try_malloc )(gsize n_bytes)
 
gpointer(* try_realloc )(gpointer mem, gsize n_bytes)
 

Detailed Description

Definition at line 398 of file gmem.h.

Field Documentation

◆ calloc

gpointer(* _GMemVTable::calloc) (gsize n_blocks, gsize n_block_bytes)

Definition at line 404 of file gmem.h.

◆ free

void(* _GMemVTable::free) (gpointer mem)

Definition at line 402 of file gmem.h.

◆ malloc

gpointer(* _GMemVTable::malloc) (gsize n_bytes)

Definition at line 399 of file gmem.h.

◆ realloc

gpointer(* _GMemVTable::realloc) (gpointer mem, gsize n_bytes)

Definition at line 400 of file gmem.h.

◆ try_malloc

gpointer(* _GMemVTable::try_malloc) (gsize n_bytes)

Definition at line 406 of file gmem.h.

◆ try_realloc

gpointer(* _GMemVTable::try_realloc) (gpointer mem, gsize n_bytes)

Definition at line 407 of file gmem.h.


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