Changeset 8f95fa in git for omalloc/omDebugTrack.c


Ignore:
Timestamp:
Aug 30, 2016, 12:29:08 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c20f9f3118a723a20bf51e6296fce23f2ee87a60
Parents:
3c4fc46030c06f0324e627eac2082949495ace7c
Message:
opt: omalloc_debug
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/omDebugTrack.c

    r3c4fc4 r8f95fa  
    288288  size_t d_size;
    289289  if (track <= 0) track = 1;
    290   if (track >  5) track = 5;
     290  else if (track >  5) track = 5;
    291291
    292292  if ((flags & OM_FBIN) && !omIsStaticNormalBin((omBin)bin_size))
Note: See TracChangeset for help on using the changeset viewer.