Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
RZ_API RzAnalysisCycleFrame * | rz_analysis_cycle_frame_new (void) |
RZ_API void | rz_analysis_cycle_frame_free (RzAnalysisCycleFrame *cf) |
RZ_API void rz_analysis_cycle_frame_free | ( | RzAnalysisCycleFrame * | cf | ) |
Definition at line 18 of file cycles.c.
References free(), rz_analysis_cycle_frame_t::hooks, and rz_list_free().
Referenced by rz_core_analysis_cycles().
RZ_API RzAnalysisCycleFrame* rz_analysis_cycle_frame_new | ( | void | ) |
Definition at line 8 of file cycles.c.
References rz_analysis_cycle_frame_t::hooks, RZ_FREE, rz_list_new(), and RZ_NEW0.
Referenced by rz_core_analysis_cycles().