Vote count:
 
 0 
There is a c++ code shown below:
Chunk * _chunk = new (size) Chunk(size);
I don't understand the first '(size)' following the 'new',What's the meaning of it? The code above is from JDK8.
asked 1 min ago 
What's the meaning of 'Chunk * _chunk = new (size) Chunk(size)'?
Aucun commentaire:
Enregistrer un commentaire