mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 15:36:26 +00:00
IdManager improved
lv2_obj for kernel objects Simple lookup (vector) Another idm API refactoring
This commit is contained in:
parent
be8d8ded3f
commit
b21fce4d6f
52 changed files with 812 additions and 765 deletions
|
|
@ -13,7 +13,7 @@ struct memory_pool_t
|
|||
{
|
||||
static const u32 id_base = 1;
|
||||
static const u32 id_step = 1;
|
||||
static const u32 id_count = 32767;
|
||||
static const u32 id_count = 1023;
|
||||
|
||||
vm::ptr<void> chunk;
|
||||
u64 chunk_size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue