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

#include <rz_idpool.h>

Public Attributes

ut32 start_id
 
ut32 last_id
 
ut32 next_id
 
RzVectorfreed_ids
 

Detailed Description

Definition at line 15 of file rz_idpool.h.

Member Data Documentation

◆ freed_ids

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().

◆ last_id

ut32 rz_id_pool_t::last_id

◆ next_id

ut32 rz_id_pool_t::next_id

◆ start_id

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().


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