- C3d aggiornamento delle librerie.
This commit is contained in:
Dario Sassi
2020-09-14 16:42:31 +00:00
parent 555eae9594
commit e8f0fa2d27
332 changed files with 59308 additions and 52918 deletions
+1 -5
View File
@@ -13,10 +13,6 @@
#include <stdlib.h>
#include <io_define.h>
#ifdef __DEBUG_MEMORY_ALLOCATE_FREE_ // \ru после sys_defs.h !!! \en after sys_defs.h !!!
#include <typeinfo.h>
#endif // __DEBUG_MEMORY_ALLOCATE_FREE_
FORVARD_DECL_TEMPLATE_TYPENAME( class LiSArray );
FORVARD_DECL_TEMPLATE_TYPENAME( void set_array_size( LiSArray<Type> &, size_t newSize ) );
@@ -249,7 +245,7 @@ void set_array_size( LiSArray<Type> & arr, size_t newSize )
// \ru !!! здесь count не изменяется!!! \en !!! 'count' is not changed!!
#ifdef __REALLOC_ARRAYS_STATISTIC_
::ReallocArrayStatistic( oldParr, oldUpper * sizeof(Type), arr.parr, newUpper * sizeof(Type), 3/*LiSArray*/ );
REALLOC_ARRAY_STATISTICS( oldParr, oldUpper * sizeof(Type), arr.parr, newUpper * sizeof(Type), 3/*LiSArray*/ );
#endif // __REALLOC_ARRAYS_STATISTIC_
}
}