Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_idpool.h>
Public Attributes | |
ut32 | start_id |
ut32 | last_id |
ut32 | next_id |
RzVector * | freed_ids |
Definition at line 15 of file rz_idpool.h.
RzVector* rz_id_pool_t::freed_ids |
Definition at line 19 of file rz_idpool.h.
Referenced by rz_id_pool_free(), rz_id_pool_grab_id(), and rz_id_pool_kick_id().
ut32 rz_id_pool_t::last_id |
Definition at line 17 of file rz_idpool.h.
Referenced by rz_id_pool_grab_id(), rz_id_pool_new(), rz_id_storage_delete(), and rz_id_storage_set().
ut32 rz_id_pool_t::next_id |
Definition at line 18 of file rz_idpool.h.
Referenced by rz_id_pool_grab_id(), rz_id_pool_kick_id(), rz_id_pool_new(), rz_id_storage_set(), and rz_oids_to_rear().
ut32 rz_id_pool_t::start_id |
Definition at line 16 of file rz_idpool.h.
Referenced by rz_id_pool_kick_id(), rz_id_pool_new(), and rz_id_storage_delete().