]> OCCT Git - occt-copy.git/commit
0031490: Foundation Classes, Poly_Connect - speed up temporary allocations CR0_DMUReviewer_IR-2019-08-30_CR1548
authorkgv <kgv@opencascade.com>
Wed, 8 Apr 2020 07:22:26 +0000 (10:22 +0300)
committersnn <snn@opencascade.com>
Thu, 9 Apr 2020 08:32:09 +0000 (11:32 +0300)
commit1c2db60ae5f3f7f0aa20921c8e5dc9c18f7b605e
tree018465df06bba28c419b3d9d4ab38731485b4f3c
parent278612fce4c6afdf627bb755d5699db3f0fe8be8
0031490: Foundation Classes, Poly_Connect - speed up temporary allocations

Poly_Connect::Load() now uses NCollection_IncAllocator instead of new/delete
for allocation temporary sequence elements.

StdPrs_ShadedShape, fillFaceBoundaries() now uses NCollection_IncAllocator for temporary points.
src/Poly/Poly_Connect.cxx
src/StdPrs/StdPrs_ShadedShape.cxx