Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
uv_malloc_func | local_malloc |
uv_realloc_func | local_realloc |
uv_calloc_func | local_calloc |
uv_free_func | local_free |
Definition at line 41 of file uv-common.c.
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().
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().
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().
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().