Changeset 00e195 in git


Ignore:
Timestamp:
Sep 1, 2016, 5:01:10 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
12b7192fe5379fc424c6e548ec6de953be9753b2
Parents:
d5a88cf47c343ef8dd606ef05fb76edebbfee2d6
Message:
chg: memeory(0)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/omStats.c

    rd5a88c r00e195  
    4646#endif
    4747
    48   om_Info.UsedBytes = om_Info.UsedBytesMalloc + om_Info.UsedBytesFromValloc - om_Info.InternalUsedBytesMalloc;
     48  om_Info.UsedBytes = om_Info.UsedBytesMalloc + om_Info.UsedBytesFromValloc;
    4949  om_Info.AvailBytes = om_Info.AvailBytesMalloc + om_Info.AvailBytesFromValloc;
    5050
Note: See TracChangeset for help on using the changeset viewer.