Changeset 00e195 in git
- Timestamp:
- Sep 1, 2016, 5:01:10 PM (7 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 12b7192fe5379fc424c6e548ec6de953be9753b2
- Parents:
- d5a88cf47c343ef8dd606ef05fb76edebbfee2d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/omStats.c
rd5a88c r00e195 46 46 #endif 47 47 48 om_Info.UsedBytes = om_Info.UsedBytesMalloc + om_Info.UsedBytesFromValloc - om_Info.InternalUsedBytesMalloc;48 om_Info.UsedBytes = om_Info.UsedBytesMalloc + om_Info.UsedBytesFromValloc; 49 49 om_Info.AvailBytes = om_Info.AvailBytesMalloc + om_Info.AvailBytesFromValloc; 50 50
Note: See TracChangeset
for help on using the changeset viewer.