Rizin
unix-like reverse engineering framework and cli tools
uv__allocator_t Struct Reference

Public Attributes

uv_malloc_func local_malloc
 
uv_realloc_func local_realloc
 
uv_calloc_func local_calloc
 
uv_free_func local_free
 

Detailed Description

Definition at line 41 of file uv-common.c.

Member Data Documentation

◆ local_calloc

uv_calloc_func uv__allocator_t::local_calloc

Definition at line 44 of file uv-common.c.

Referenced by uv__calloc(), and uv_replace_allocator().

◆ local_free

uv_free_func uv__allocator_t::local_free

Definition at line 45 of file uv-common.c.

Referenced by uv__free(), and uv_replace_allocator().

◆ local_malloc

uv_malloc_func uv__allocator_t::local_malloc

Definition at line 42 of file uv-common.c.

Referenced by uv__malloc(), and uv_replace_allocator().

◆ local_realloc

uv_realloc_func uv__allocator_t::local_realloc

Definition at line 43 of file uv-common.c.

Referenced by uv__realloc(), and uv_replace_allocator().


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