|
Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
| #define | ts_malloc ts_current_malloc |
| #define | ts_calloc ts_current_calloc |
| #define | ts_realloc ts_current_realloc |
| #define | ts_free ts_current_free |
Variables | |
| void *(* | ts_current_malloc )(size_t) |
| void *(* | ts_current_calloc )(size_t, size_t) |
| void *(* | ts_current_realloc )(void *, size_t) |
| void(* | ts_current_free )(void *) |
| #define ts_calloc ts_current_calloc |
| #define ts_free ts_current_free |
| #define ts_malloc ts_current_malloc |
| #define ts_realloc ts_current_realloc |
Definition at line 33 of file alloc.c.
Referenced by ts_set_allocator().
|
extern |
Definition at line 35 of file alloc.c.
Referenced by ts_set_allocator().
Definition at line 32 of file alloc.c.
Referenced by ts_set_allocator().
Definition at line 34 of file alloc.c.
Referenced by ts_set_allocator().