libxtc 0.4.0
Async concurrency for C: Tokio + Seastar + BEAM, in one library
Loading...
Searching...
No Matches
__os_alloc_hook Struct Reference

Data Fields

void *(* aligned )(size_t align, size_t sz)
 
void(* aligned_free )(void *p)
 
void *(* calloc )(size_t n, size_t sz)
 
void(* free )(void *p)
 
void *(* malloc )(size_t sz)
 
void *(* realloc )(void *p, size_t sz)
 

Detailed Description

Definition at line 33 of file os_alloc.h.

Field Documentation

◆ aligned

void *(* __os_alloc_hook::aligned) (size_t align, size_t sz)

Definition at line 38 of file os_alloc.h.

◆ aligned_free

void(* __os_alloc_hook::aligned_free) (void *p)

Definition at line 39 of file os_alloc.h.

◆ calloc

void *(* __os_alloc_hook::calloc) (size_t n, size_t sz)

Definition at line 35 of file os_alloc.h.

◆ free

void(* __os_alloc_hook::free) (void *p)

Definition at line 37 of file os_alloc.h.

◆ malloc

void *(* __os_alloc_hook::malloc) (size_t sz)

Definition at line 34 of file os_alloc.h.

◆ realloc

void *(* __os_alloc_hook::realloc) (void *p, size_t sz)

Definition at line 36 of file os_alloc.h.


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