-block allocator now track allocated blocks and is able to free memory
-jobs data is now allocated in System struct -written memory cleanup (AddressSanitizer don't show any leak)
This commit is contained in:
parent
9824b587fb
commit
235bbb49f2
7 changed files with 214 additions and 41 deletions
|
|
@ -97,7 +97,7 @@ package:
|
|||
int m_pass;
|
||||
|
||||
///system name
|
||||
const(char)[] name;
|
||||
char[] name;
|
||||
|
||||
///required components
|
||||
ushort[] m_components;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue