Closed HeCoding180 closed 3 months ago
Allocate memory for dictionary / list container arrays with a length of one generic object when allocating a new generic object to avoid freeing un-allocated memory space and simplify the functions for adding generic objects to dictionaries / lists.
Safety measures were already implemented by using null pointers for unallocated dictionaries.
Allocate memory for dictionary / list container arrays with a length of one generic object when allocating a new generic object to avoid freeing un-allocated memory space and simplify the functions for adding generic objects to dictionaries / lists.