Changeset dfe0ab in git for libpolys/polys


Ignore:
Timestamp:
Sep 22, 2022, 12:07:49 PM (20 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
59465262a387d7b28e64b28b19ba5fb347b2b970
Parents:
8fb2225322e472d567da8b3d2f357bc8dc3b072b
Message:
opt: pEnlargeSet
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.cc

    r8fb2225 rdfe0ab  
    38143814  poly* h;
    38153815
     3816  if (increment==0) return;
    38163817  if (*p==NULL)
    38173818  {
    3818     if (increment==0) return;
    38193819    h=(poly*)omAlloc0(increment*sizeof(poly));
    38203820  }
Note: See TracChangeset for help on using the changeset viewer.