Always use the new way to count the memory : at each alloc, we alloc 1 size_t...
Always use the new way to count the memory : at each alloc, we alloc 1 size_t memory area with the array in order to store the array size.
Please register or sign in to comment