Source position: lwp_objmgr.inc line 24
type _lwp_objinfo = record |
min_id: cuint32; |
max_id: cuint32; |
max_nodes: cuint32; |
node_size: cuint32; |
local_table: PPlwp_obj; |
obj_blocks: pointer; |
inactives: lwp_queue; |
inactives_cnt: cuint32; |
end; |